diff --git a/.travis.yml b/.travis.yml index 288eab415..d6b2e643b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file