summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-08-14 20:13:07 -0700
committerJoe Wilm <joe@jwilm.com>2016-08-14 20:13:20 -0700
commit8b4b1f8df1c54ea1a6e744e2df5dc58578f239d9 (patch)
tree8fae6c9fb68fa31c9a077933b3493ba758623c63 /.travis.yml
parenta62f9aee65b6c1fb4635568b53331bfe1bc3224d (diff)
Pin nightly compiler on travis
This will prevent builds from being constantly broken... arbitrary nightlies are not yet supported.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
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