aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-18 07:47:41 +0000
committerAleksey Kladov <[email protected]>2019-01-19 12:36:58 +0000
commitb028472481df108537b60104314081b65bf51147 (patch)
treebf790dfca9e4e2c54673aeecde65e654edceeb41 /.travis.yml
parent1800bfb6e67ab7187f0fa51ca8241e904922ecd8 (diff)
:arrow_up: update rust
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 12e4da4a3..7ccfe78fb 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.31.1 9 rust: 1.32.0
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