summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-10-26 19:09:38 +0200
committerBert Belder <bertbelder@gmail.com>2018-10-26 19:09:38 +0200
commitfe97217fa8483cb2e4f75a63b3a50e9df1c233b7 (patch)
tree327a164a5180978077e3568f6dd4f8b96294c7df /.travis.yml
parent9b8f77f5253a2c731d3ae53de4cb14648e74292d (diff)
ci: peg rust version to 1.30.0
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 a61d5afab..ff4e0c211 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ install:
# TODO(ry) Include rustc in third_party.
# https://github.com/denoland/deno/issues/386
if [ ! $(which rustc) ]; then
- curl -sSf https://sh.rustup.rs | sh -s -- -y
+ curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.30.0
fi
rustc --version
cargo --version