Browse Source

travis: double check .wasm is moved to correct location

also doing one more commit, testing env variables is correct given cache and cycling between travis jobs
Mokhtar Naamani 4 years ago
parent
commit
850fd6f5bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -42,6 +42,7 @@ script:
   - BUILD_DUMMY_WASM_BINARY=1 cargo test --release --verbose --all --target=${TARGET}
   - TRIGGER_WASM_BUILD=1 WASM_BUILD_TOOLCHAIN=nightly-2020-05-23 cargo build --release --target=${TARGET} -p joystream-node
   - ls -l ./target/${TARGET}/release/wbuild/target/wasm32-unknown-unknown/release/
+  - ls -l ./target/${TARGET}/release/wbuild/joystream-node-runtime/
 
 before_deploy:
   - cp ./target/${TARGET}/release/joystream-node .