Skip to content

Commit

Permalink
clear the FEATURES env var to prevent benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jun 17, 2019
1 parent 4685198 commit 3cad36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,7 @@ matrix:
script:
- eval cargo doc --verbose $DOC_FEATURES
- rust: nightly
env: FEATURES=''
before_script:
- export PATH=$HOME/.cargo/bin:$PATH
- cargo install cargo-update || echo "cargo-update already installed"
Expand Down

0 comments on commit 3cad36e

Please sign in to comment.