Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
💚 fix rust versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 26, 2019
1 parent 1c0dcbe commit 0d17647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
- stage: test
name: beta
env: CACHE_JOB=beta
rust: stable
rust: beta
script:
- cargo test
- stage: test
Expand All @@ -45,7 +45,7 @@ matrix:
- stage: "Advanced Tests"
name: nightly
env: CACHE_JOB=nightly
rust: stable
rust: nightly
script:
- cargo test
- stage: "Advanced Tests"
Expand Down

0 comments on commit 0d17647

Please sign in to comment.