Skip to content

Commit

Permalink
Also test on beta now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Oct 1, 2019
1 parent 01467a4 commit 3ff9123
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ jobs:
- when:
condition: << parameters.test-unstable >>
steps:
# - run:
# name: Beta
# command: |
# rustup toolchain install beta
# cargo +beta test
- run:
name: Nightly
command: |
rustup toolchain install nightly
cargo +nightly test
- run:
name: Beta
command: |
rustup toolchain install beta
cargo +beta test
- run:
name: Nightly SSL
command: cargo +nightly test
command: cargo +beta test
environment:
SSL: 1

Expand Down
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ environment:
PATH: C:\msys64\mingw64\bin\;c:\rust\bin;%PATH%
- TARGET: nightly-i686-pc-windows-gnu
PATH: C:\msys64\mingw32\bin\;c:\rust\bin;%PATH%
# - TARGET: beta-x86_64-pc-windows-msvc
# PATH: C:\msys64\mingw64\bin\;c:\rust\bin;%PATH%
# - TARGET: beta-i686-pc-windows-msvc
# PATH: C:\msys64\mingw32\bin\;c:\rust\bin;%PATH%
# - TARGET: beta-x86_64-pc-windows-gnu
# PATH: C:\msys64\mingw64\bin\;c:\rust\bin;%PATH%
# - TARGET: beta-i686-pc-windows-gnu
# PATH: C:\msys64\mingw32\bin\;c:\rust\bin;%PATH%
- TARGET: beta-x86_64-pc-windows-msvc
PATH: C:\msys64\mingw64\bin\;c:\rust\bin;%PATH%
- TARGET: beta-i686-pc-windows-msvc
PATH: C:\msys64\mingw32\bin\;c:\rust\bin;%PATH%
- TARGET: beta-x86_64-pc-windows-gnu
PATH: C:\msys64\mingw64\bin\;c:\rust\bin;%PATH%
- TARGET: beta-i686-pc-windows-gnu
PATH: C:\msys64\mingw32\bin\;c:\rust\bin;%PATH%
# - TARGET: 1.34.0-x86_64-pc-windows-msvc
# PATH: C:\msys64\mingw64\bin\;c:\rust\bin;%PATH%
# - TARGET: 1.34.0-i686-pc-windows-msvc
Expand Down

0 comments on commit 3ff9123

Please sign in to comment.