Update .travis.yml

This commit is contained in:
Nikolay Volf 2018-11-19 13:29:29 +03:00 committed by GitHub
parent 1ff4fbc2ec
commit 216c30cc52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ script:
- echo 'Building in release mode' && echo -en 'travis_fold:start:build.release'
- cargo build --release
- echo -en 'travis_fold:end:build.release'
- echo 'Running regtests from ./tools/regtests.sh' && echo -en 'travis_fold:start:regtests'
- ./tools/regtests.sh
- echo -en 'travis_fold:end:regtests'
- echo 'Running bench from ./tools/bench.sh' && echo -en 'travis_fold:start:bench'
- ./tools/bench.sh
- echo -en 'travis_fold:end:bench'