Skip to content

Commit

Permalink
ci: Test on stable and beta, as well as all released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalmarhubi committed Jan 18, 2016
1 parent 4450b96 commit f402eeb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
sudo: false
language: rust
rust:
- nightly
- 1.0.0
- 1.1.0
- 1.2.0
- 1.3.0
- 1.4.0
- 1.5.0
- stable
- beta
- nightly

# Failures on nightly shouldn't fail the overall build.
matrix:
allow_failures:
- rust: nightly

os:
- linux
Expand Down

0 comments on commit f402eeb

Please sign in to comment.