Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Have Travis test on more Rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Feb 22, 2016
1 parent 879ae75 commit e7a98e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
language: rust
rust: nightly
rust:
# Jemalloc prefixing change between these two versions
- nightly-2016-02-14
- nightly-2016-02-17

- nightly
- beta
- stable

notifications:
webhooks: http://build.servo.org:54856/travis

Expand Down

0 comments on commit e7a98e3

Please sign in to comment.