chore(travis): test stable compiler as well

This commit is contained in:
Sebastian Thiel
2015-06-18 18:03:41 +02:00
parent 6a5915d7d6
commit 773636cc5f

View File

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