aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2019-01-24 13:27:33 +0000
committerJeremy Kolb <[email protected]>2019-01-24 13:27:33 +0000
commit5c258a86773167114354710ec2ac34e1fc976e69 (patch)
tree4fbb1a56ce06bfe82e24eb38c89b294baaa5566d /.travis.yml
parent1ebaf06f396ed5d99a3e80676a884d4709ec2e6f (diff)
Update stable for travis
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 7ccfe78fb..bddf1bebb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ before_cache:
6 6
7build: &rust_build 7build: &rust_build
8 language: rust 8 language: rust
9 rust: 1.32.0 9 rust: stable
10 script: 10 script:
11 - rustup component add rustfmt 11 - rustup component add rustfmt
12 - rustup component add rust-src 12 - rustup component add rust-src