Skip to content

Commit 657ad58

Browse files
committed
Merge pull request #28 from yupferris/travis-beta
Updated travis config to test beta again
2 parents fe772d9 + f033700 commit 657ad58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: rust
22
rust:
33
- stable
4+
- beta
45
- nightly
56
notifications:
67
email:
@@ -9,7 +10,8 @@ os:
910
- osx
1011
matrix:
1112
allow_failures:
12-
- os: linux
13+
- rust: beta
14+
- rust: nightly
1315
env:
1416
matrix:
1517
- LD_LIBRARY_PATH: /usr/local/lib

0 commit comments

Comments
 (0)