Skip to content

Commit 3477168

Browse files
author
bors-servo
authored
Auto merge of #229 - brendanzab:pin-rustc-version, r=KiChjang
Pin rustc version in .travis.yml This ensures that we test against Rust 1.36 in CI on all builds. This is very helpful documentation for downstream maintainers, as it quickly helps us figure out what version of Rust is supported by the library, and highlights changes to the minimum supported version during code review. Closes #228. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/229) <!-- Reviewable:end -->
2 parents 9c52e10 + b94483f commit 3477168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
sudo: false
22
language: rust
33
rust:
4+
- 1.36.0
45
- nightly
56
- beta
67
- stable

0 commit comments

Comments
 (0)