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

Commit e1c0b68

Browse files
author
bors-servo
authored
Auto merge of #95 - debris:bump_rust_travis_version, r=jdm
Bump rust version used by travis to 1.11 If there is no reason to keep backwards compatibility with `rust 1.8.0`, let's bump *.travis.yml* to `rust 1.9.0`. Hopefully it will help with travis build issue described in travis-ci/travis-ci#9128 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/heapsize/95) <!-- Reviewable:end -->
2 parents 442120a + 5357f5d commit e1c0b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.8.0
3+
- 1.11.0
44
- nightly
55
- beta
66
- stable

0 commit comments

Comments
 (0)