Skip to content

Commit

Permalink
Restore stable versions on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Westerlind authored and Marwes committed Dec 30, 2019
1 parent cb105b9 commit f61b0e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ cache: cargo

matrix:
include:
# - rust: stable
# env: RUST_VERSION=stable COMMAND=test
- rust: stable
env: RUST_VERSION=stable COMMAND=test

- rust: beta
env: RUST_VERSION=beta COMMAND=test

- rust: nightly
env: RUST_VERSION=nightly COMMAND=test

- rust: beta
- rust: stable
env: COMMAND=lint

script:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ environment:
REDISRS_SERVER_TYPE: tcp
RUST_BACKTRACE: 1
matrix:
- channel: beta
- channel: stablej
target: x86_64-pc-windows-msvc
- channel: beta
- channel: stable
target: x86_64-pc-windows-gnu
install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
Expand Down

0 comments on commit f61b0e2

Please sign in to comment.