Remove too verbose travis messaging

This commit is contained in:
Nikolay Volf 2019-02-06 16:16:35 +03:00 committed by GitHub
parent 049c9bd9ab
commit f5bbef5c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -25,15 +25,9 @@ addons:
- g++-4.8
- oracle-java8-set-default
script:
- echo 'Running tests' && echo -en 'travis_fold:start:tests'
- cargo test --all
- echo -en 'travis_fold:end:tests'
- echo 'Building in release mode' && echo -en 'travis_fold:start:build.release'
- cargo build --release
- echo -en 'travis_fold:end:build.release'
- echo 'Running bench from ./tools/bench.sh' && echo -en 'travis_fold:start:bench'
- "./tools/bench.sh"
- echo -en 'travis_fold:end:bench'
after_success: |
[ true ] &&
[ $TRAVIS_BRANCH = master ] &&