Browse Source

travis: use release build for all

Mokhtar Naamani 4 years ago
parent
commit
f5c77518ed
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -35,9 +35,9 @@ before_script:
 
 script:
   - export WASM_BUILD_TOOLCHAIN=nightly-2020-05-23
-  - BUILD_DUMMY_WASM_BINARY=1 cargo clippy --all -- -D warnings
-  - BUILD_DUMMY_WASM_BINARY=1 cargo test --verbose --all
-  - TRIGGER_WASM_BUILD=1 travis_wait 45 cargo build --release
+  - BUILD_DUMMY_WASM_BINARY=1 cargo clippy --release --all -- -D warnings
+  - travis_wait 50 cargo test --release --verbose --all
+  - cargo build --release
   - ls -l ./target/release/wbuild/joystream-node-runtime/
   - ./target/release/joystream-node --version
   - ./target/release/chain-spec-builder --version