Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Remove too verbose travis messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Feb 6, 2019
1 parent 049c9bd commit f5bbef5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -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 ] &&
Expand Down

0 comments on commit f5bbef5

Please sign in to comment.