NOBUG Simplify travis

This commit is contained in:
Paul Masurel
2018-01-04 20:51:00 +09:00
parent 7224f58895
commit 6f5e0ef6f4

View File

@@ -1,3 +1,4 @@
sudo: false
language: rust
rust:
- nightly
@@ -31,5 +32,4 @@ script:
after_success:
- bash ./script/build-doc.sh
- travis-cargo doc-upload
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis-cargo coveralls --no-sudo --verify; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --include-path=`pwd`/src --exclude-path=`pwd`/cpp --exclude-pattern=/.cargo target/kcov target/debug/tantivy-*; fi
- travis-cargo coveralls --no-sudo --verify