Browse Source

Merge pull request #573 from servo/msvr

Increment MSVR to 1.36.0
Valentin Gosu 6 years ago
parent
commit
622d260204
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ script: cargo test --all-features --all
 
 jobs:
   include:
-  - rust: 1.33.0
+  - rust: 1.36.0
   - rust: stable
   - rust: beta
   - rust: nightly