Skip to content

Commit

Permalink
Test with an empty cargo nightly feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Sep 2, 2015
1 parent fd17a3c commit 64a633b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ addons:
- libelf-dev
- libdw-dev
rust:
- 1.1.0
- 1.0.0
- stable
- beta
- nightly

before_script:
- pip install https://github.com/huonw/travis-cargo/archive/test.zip --user && export PATH=$HOME/.local/bin:$PATH
- pip install https://github.com/huonw/travis-cargo/archive/master.zip --user && export PATH=$HOME/.local/bin:$PATH

script:
- |
Expand All @@ -21,7 +22,11 @@ script:
travis-cargo bench &&
travis-cargo doc
after_success:
- travis-cargo --only 1.1.0 doc-upload
- travis-cargo --only stable doc-upload
- travis-cargo coverage --no-sudo
- rm -rf kcov
- travis-cargo coveralls --no-sudo

env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
name = "travis-cargo-test"
version = "0.1.0"
authors = ["Huon Wilson <dbau.pp+github@gmail.com>"]

[features]
unstable = []

0 comments on commit 64a633b

Please sign in to comment.