summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8116ed75..f6454507 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,15 +30,15 @@ matrix:
- name: "Clippy Linux"
os: linux
env: CLIPPY=true
- rust: stable
+ rust: 1.37.0
- name: "Clippy OSX"
os: osx
env: CLIPPY=true
- rust: stable
+ rust: 1.37.0
- name: "Clippy Windows"
os: windows
env: CLIPPY=true
- rust: stable-x86_64-pc-windows-msvc
+ rust: 1.37.0-x86_64-pc-windows-msvc
- name: "Rustfmt"
os: linux
env: RUSTFMT=true