Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Commit b945e11

Browse files
author
bors-servo
committed
Auto merge of #62 - mrobinson:pin-travis, r=metajack
Pin travis to the 2015-07-10 rust nightly This is a temporary work-around for an incompatibility between the latest version of aster and the current rust nightly. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/skia/62) <!-- Reviewable:end -->
2 parents 4569e30 + 33c3012 commit b945e11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
sudo: false
22
language: rust
3-
rust: nightly
3+
4+
# We pin rust here, because aster (0.3.3) is broken with the latest
5+
# rust nightly. Once aster is fixed we can change this back to 'nightly.'
6+
rust: nightly-2015-07-10
7+
48
branches:
59
except:
610
- master

0 commit comments

Comments
 (0)