Skip to content

Commit

Permalink
travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed May 10, 2020
1 parent 36854ac commit f9a09c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -50,11 +50,11 @@ before_script:
export PATH=$HOME/.local/bin:$PATH;
fi
- if [[ "$TRAVIS_OS_NAME" == "macOS" ]]; then export TRAVIS_OS_NAME=osx; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; rustup component add clippy; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rustup component add clippy; fi
script:
- cargo build
- cargo test
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo doc; cargo clipp; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo doc; cargo clippy; fi
- for d in `ls examples/`; do
cd examples/${d}/;
pwd;
Expand Down

0 comments on commit f9a09c3

Please sign in to comment.