Skip to content

Commit f9a09c3

Browse files
committed
travis...
1 parent 36854ac commit f9a09c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ before_script:
5050
export PATH=$HOME/.local/bin:$PATH;
5151
fi
5252
- if [[ "$TRAVIS_OS_NAME" == "macOS" ]]; then export TRAVIS_OS_NAME=osx; fi
53-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; rustup component add clippy; fi
53+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rustup component add clippy; fi
5454
script:
5555
- cargo build
5656
- cargo test
57-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo doc; cargo clipp; fi
57+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo doc; cargo clippy; fi
5858
- for d in `ls examples/`; do
5959
cd examples/${d}/;
6060
pwd;

0 commit comments

Comments
 (0)