Skip to content

Commit 552f471

Browse files
committed
add osx test target, allow nightly to fail
1 parent ffaf664 commit 552f471

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
language: rust
2-
rust:
3-
- stable
4-
- beta
5-
- nightly
2+
matrix:
3+
fast_finish: true
4+
allow_failures:
5+
- rust: nightly
6+
include:
7+
- os: osx
8+
rust: stable
9+
- rust: beta
10+
- rust: stable
611

712
sudo: false
813

0 commit comments

Comments
 (0)