Skip to content

Commit

Permalink
travis: don't build on Rust 1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Benke <ihrwein@gmail.com>
  • Loading branch information
ihrwein committed Feb 20, 2016
1 parent 5bb6617 commit 470bb07
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -8,12 +8,10 @@ addons:
- libdw-dev

# run builds for all the trains (and more)
rust:
- beta
# check it compiles on the latest stable compiler
- stable
# and the previous stable
- 1.5.0
matrix:
include:
- rust: beta
- rust: stable

# load travis-cargo
before_script:
Expand Down

0 comments on commit 470bb07

Please sign in to comment.