Disable benchmarks on non-nightly Travis jobs
This commit is contained in:
parent
6278a2095a
commit
b69b25fee8
|
@ -4,10 +4,13 @@ cache: cargo
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
|
env: BENCHES=false
|
||||||
- rust: beta
|
- rust: beta
|
||||||
|
env: BENCHES=false
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
env: BENCHES=true
|
env: BENCHES=true
|
||||||
- rust: 1.22.0
|
- rust: 1.22.0
|
||||||
|
env: BENCHES=false
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
|
|
Loading…
Reference in New Issue