File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,20 @@ addons:
11
11
rust :
12
12
- stable
13
13
- nightly
14
+ env :
15
+ global :
16
+ # override the default `--features unstable` used for the nightly branch
17
+ - TRAVIS_CARGO_NIGHTLY_FEATURE=""
14
18
before_script :
15
19
- sudo apt-get update -qq
16
20
- sudo apt-get install -y mpd
17
21
- /usr/bin/mpd --version
22
+ - export PATH=$HOME/.cargo/bin:$HOME/.local/bin:$PATH
18
23
- |
19
24
pip install 'travis-cargo<0.2' --user &&
20
- export PATH=$HOME/.local/bin:$PATH
25
+ travis-cargo --only nightly install -- --force clippy
21
26
- |
22
27
cargo install --force rustfmt
23
- travis-cargo --only nightly install -- --force clippy
24
- export PATH=$HOME/.cargo/bin:$PATH
25
28
script :
26
29
- |
27
30
RUSTFLAGS=-Dwarnings travis-cargo build &&
You can’t perform that action at this time.
0 commit comments