We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36854ac commit f9a09c3Copy full SHA for f9a09c3
.travis.yml
@@ -50,11 +50,11 @@ before_script:
50
export PATH=$HOME/.local/bin:$PATH;
51
fi
52
- if [[ "$TRAVIS_OS_NAME" == "macOS" ]]; then export TRAVIS_OS_NAME=osx; fi
53
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; rustup component add clippy; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rustup component add clippy; fi
54
script:
55
- cargo build
56
- cargo test
57
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo doc; cargo clipp; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo doc; cargo clippy; fi
58
- for d in `ls examples/`; do
59
cd examples/${d}/;
60
pwd;
0 commit comments