Skip to content

Commit

Permalink
ci: Test on Rust stable, beta, 1.1.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalmarhubi committed Jan 19, 2016
1 parent 4450b96 commit e432069
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
sudo: false
language: rust
rust:
- 1.1.0 # Oldest supported version
- 1.2.0
- 1.3.0
- 1.4.0
- 1.5.0
- stable
- beta
- nightly
- 1.1.0

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

os:
- linux
Expand Down

0 comments on commit e432069

Please sign in to comment.