Skip to content

Commit

Permalink
[skip travis] Some travis tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Jan 3, 2020
1 parent cfca180 commit 81cce5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
allow_failures:
- rust: nightly
- env: TARGET=x86_64-pc-windows-gnu # Seems to cause problems. TODO: Add test for it, but keep allow fail.
fast_finish: true

before_install:
- export RUST_BACKTRACE=1
Expand All @@ -24,7 +25,7 @@ before_install:
fi
before_script: rustup target add $TARGET
script:
- cargo build --release --target $TARGET
- cargo build --verbose --target $TARGET
- cargo test --verbose --target $TARGET

# Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work
Expand Down

0 comments on commit 81cce5b

Please sign in to comment.