Skip to content

Commit

Permalink
chore: Enable building with stable rustc again on travis
Browse files Browse the repository at this point in the history
With 1.11 released building on stable should no longer trigger timeouts.

# Conflicts:
#	.travis.yml
  • Loading branch information
Marwes authored and brendanzab committed Aug 20, 2016
1 parent ed39001 commit 02bf12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ addons:
rust:
- nightly
# - beta
- stable
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
Expand Down

0 comments on commit 02bf12a

Please sign in to comment.