Skip to content

Commit a91afe6

Browse files
committed
Revert "travis: try stable and beta"
This reverts commit ebdd385. Once 1.37.0 is beta/stable...
1 parent ebdd385 commit a91afe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: rust
22

33
rust:
44
- nightly
5-
- beta
6-
- stable
5+
# - beta
6+
# - stable
77

88
cache: cargo
99

@@ -25,7 +25,7 @@ env:
2525

2626
matrix:
2727
allow_failures:
28-
- rust: nightly
28+
# - rust: nightly
2929
fast_finish: true
3030

3131
script:

0 commit comments

Comments
 (0)