diff options
author | Aleksey Kladov <[email protected]> | 2018-10-15 17:52:01 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-15 17:54:37 +0100 |
commit | 6605dbaff3dd4104fd402cd6de7531c55d697358 (patch) | |
tree | 659be4e70382948f5131dc847717c389a4bb7699 | |
parent | a230b438e025c5878b8d17e11d3928cbad95bb28 (diff) |
Switch to beta
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index acf1af028..33dc7803e 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,7 +1,7 @@ | |||
1 | matrix: | 1 | matrix: |
2 | include: | 2 | include: |
3 | - language: rust | 3 | - language: rust |
4 | rust: stable | 4 | rust: beta |
5 | script: | 5 | script: |
6 | - cargo gen-kinds --verify | 6 | - cargo gen-kinds --verify |
7 | - cargo gen-tests --verify | 7 | - cargo gen-tests --verify |
diff --git a/appveyor.yml b/appveyor.yml index a6ba3b0e1..a32a1e7b8 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -2,7 +2,7 @@ os: Visual Studio 2015 | |||
2 | 2 | ||
3 | install: | 3 | install: |
4 | - curl https://win.rustup.rs/ --output rustup-init.exe | 4 | - curl https://win.rustup.rs/ --output rustup-init.exe |
5 | - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc | 5 | - rustup-init -yv --default-toolchain beta --default-host x86_64-pc-windows-msvc |
6 | - set PATH=%PATH%;%USERPROFILE%\.cargo\bin | 6 | - set PATH=%PATH%;%USERPROFILE%\.cargo\bin |
7 | - rustc -vV | 7 | - rustc -vV |
8 | - cargo -vV | 8 | - cargo -vV |