summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-17 18:04:52 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-06-17 18:16:34 -0400
commitcc4d61afc17197bf5f7b7f4e6b7fcd813457b0b2 (patch)
tree738ca20fb599810ca660303d03f5bcc4fc01d474 /.travis.yml
parentf9c86687fd03a787436f9975c44d25833291ea6f (diff)
Switch Travis to a dated Nightly.
As of 2020-06-17, rustup nightlies are missing rustfmt, rls, and a few other components we care about. Pin the rust version, for now, as we need those components for testing. Check <https://rust-lang.github.io/rustup-components-history/> to monitor the contents of nightly releases.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e2656f5..cda2e4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: rust
rust:
- - nightly
+ - nightly-2020-06-10
cache: cargo