File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
cache : cargo
3
+ rust :
4
+ - nightly
3
5
4
6
os :
5
- - osx
6
7
- linux
8
+ - osx
7
9
8
- rust :
9
- - nightly
10
10
before_script :
11
11
# mac os weirdness (https://github.com/travis-ci/travis-ci/issues/6307)
12
12
- curl -sSL https://rvm.io/mpapis.asc | gpg --import -
13
13
- rvm get stable
14
14
# in a cronjob, use latest (not pinned) nightly
15
15
- if [ "$TRAVIS_EVENT_TYPE" = cron ]; then rustup override set nightly; fi
16
- # actual travis code
16
+ # prepare
17
17
- export PATH=$HOME/.local/bin:$PATH
18
18
- rustup target add i686-unknown-linux-gnu
19
19
- rustup target add i686-pc-windows-gnu
20
20
- rustup target add i686-pc-windows-msvc
21
21
- rustup component add rust-src
22
22
- cargo install xargo || echo "skipping xargo install"
23
- - export RUST_SYSROOT=$HOME/rust
23
+
24
24
script :
25
25
- set -e
26
26
- |
@@ -56,6 +56,7 @@ script:
56
56
- |
57
57
# and run all tests with full mir
58
58
cargo test --release --all-features
59
+
59
60
notifications :
60
61
email :
61
62
on_success : never
You can’t perform that action at this time.
0 commit comments