Skip to content

Commit 0e20311

Browse files
committed
Reenable the nightly channel in ci
Big derives failed for a few weeks in nightly, but it should no longer be the case.
1 parent af68d8f commit 0e20311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22
rust:
33
- stable
44
- beta
5-
# - nightly
5+
- nightly
66
cache: cargo
77
before_script:
88
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi

0 commit comments

Comments
 (0)