chore(travis): no nightly

To make nightly tests work, one will have to do some additional
scripting to call it with the correct features (see makefile).

For now, building it on stable is just fine I think.
This commit is contained in:
Sebastian Thiel
2015-06-18 19:36:23 +02:00
parent 8fc602ee51
commit 2a0805c2bb

View File

@@ -2,7 +2,6 @@ language: rust
sudo: required
rust:
- stable
- nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script: