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

Commit e7a98e3

Browse files
committed
Have Travis test on more Rust versions
1 parent 879ae75 commit e7a98e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
language: rust
2-
rust: nightly
2+
rust:
3+
# Jemalloc prefixing change between these two versions
4+
- nightly-2016-02-14
5+
- nightly-2016-02-17
6+
7+
- nightly
8+
- beta
9+
- stable
10+
311
notifications:
412
webhooks: http://build.servo.org:54856/travis
513

0 commit comments

Comments
 (0)