Disable benchmarks on non-nightly Travis jobs

This commit is contained in:
Steven Roose 2020-09-22 13:16:32 +02:00
parent 6278a2095a
commit b69b25fee8
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 3 additions and 0 deletions

View File

@ -4,10 +4,13 @@ cache: cargo
matrix:
include:
- rust: stable
env: BENCHES=false
- rust: beta
env: BENCHES=false
- rust: nightly
env: BENCHES=true
- rust: 1.22.0
env: BENCHES=false
before_install:
- sudo apt-get -qq update