Skip to content

Commit

Permalink
travis: update rust to 2019-03-19 nightly for 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed May 29, 2019
1 parent 9ec3dd6 commit 79a88ec
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 @@ -2,7 +2,7 @@ language: rust
cache: cargo

rust:
- nightly-2018-12-31
- nightly-2019-03-19

env:
- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES=''
Expand All @@ -14,7 +14,7 @@ env:
matrix:
fast_finish: true
include:
- rust: nightly-2018-12-31
- rust: nightly-2019-03-19
before_script:
- rustup component add rustfmt-preview
script:
Expand Down

0 comments on commit 79a88ec

Please sign in to comment.