Skip to content

Commit

Permalink
test travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher committed Jul 8, 2019
1 parent d558b1e commit b3377f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ before_install:
jobs:
include:
- stage: Install
script: ./ci/script.sh nightly wasm
script: RUST_TOOLCHAIN=nightly TARGET=wasm
- stage: Test
script: ./ci/script.sh stable native
script: RUST_TOOLCHAIN=stable TARGET=native

script:
- ./ci/script.sh

after_script:
# Check how much free disk space left after the build
Expand Down

0 comments on commit b3377f1

Please sign in to comment.