From 8b4b1f8df1c54ea1a6e744e2df5dc58578f239d9 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sun, 14 Aug 2016 20:13:07 -0700 Subject: Pin nightly compiler on travis This will prevent builds from being constantly broken... arbitrary nightlies are not yet supported. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f5a464a5..1b176933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,8 @@ os: - osx rust: - # There's currently a cargo bug on stable which prevents libfontconfig_sys - # from building properly. I certainly wish I wrote down what that was. - - nightly + # Whole bunch of stuff needs nightly for now + - nightly-2016-07-11 script: - cargo test -- cgit v1.2.3