From 6f5e0ef6f4da97bf03b3ff53d6c50452f5f334f9 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 4 Jan 2018 20:51:00 +0900 Subject: [PATCH] NOBUG Simplify travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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