Skip to content

Commit

Permalink
travis config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 14, 2018
1 parent 82c26fa commit 6789a46
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
language: rust
cache: cargo
rust:
- nightly

os:
- osx
- linux
- osx

rust:
- nightly
before_script:
# mac os weirdness (https://github.com/travis-ci/travis-ci/issues/6307)
- curl -sSL https://rvm.io/mpapis.asc | gpg --import -
- rvm get stable
# in a cronjob, use latest (not pinned) nightly
- if [ "$TRAVIS_EVENT_TYPE" = cron ]; then rustup override set nightly; fi
# actual travis code
# prepare
- export PATH=$HOME/.local/bin:$PATH
- rustup target add i686-unknown-linux-gnu
- rustup target add i686-pc-windows-gnu
- rustup target add i686-pc-windows-msvc
- rustup component add rust-src
- cargo install xargo || echo "skipping xargo install"
- export RUST_SYSROOT=$HOME/rust

script:
- set -e
- |
Expand Down Expand Up @@ -56,6 +56,7 @@ script:
- |
# and run all tests with full mir
cargo test --release --all-features
notifications:
email:
on_success: never
Expand Down

0 comments on commit 6789a46

Please sign in to comment.