Skip to content

Commit

Permalink
Tweak travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Apr 28, 2020
1 parent 2862c8d commit 15d966f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
env: RUST_BACKTRACE=1
before_install:
- cargo install wasm-pack
- rustup component add clippy
- rustup component add rustfmt
before_script:
- wasm-pack build --target web
script:
Expand All @@ -42,14 +40,14 @@ jobs:
env: RUST_BACKTRACE=1
before_install:
- cargo install wasm-pack
- rustup component add clippy
- rustup component add rustfmt
before_script:
- wasm-pack build --target web
script:
- cargo test --verbose

fast_finish: true
allow_failures:
- rust: nightly

notifications:
slack:
Expand Down

0 comments on commit 15d966f

Please sign in to comment.