Skip to content

Commit 79a88ec

Browse files
committed
travis: update rust to 2019-03-19 nightly for 1.35
1 parent 9ec3dd6 commit 79a88ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22
cache: cargo
33

44
rust:
5-
- nightly-2018-12-31
5+
- nightly-2019-03-19
66

77
env:
88
- TEST_COMMAND=test EXTRA_FLAGS='' FEATURES=''
@@ -14,7 +14,7 @@ env:
1414
matrix:
1515
fast_finish: true
1616
include:
17-
- rust: nightly-2018-12-31
17+
- rust: nightly-2019-03-19
1818
before_script:
1919
- rustup component add rustfmt-preview
2020
script:

0 commit comments

Comments
 (0)