Skip to content

Commit c1c79a6

Browse files
committedDec 5, 2015
Try a simpler exclude matrix.
1 parent 7ecd505 commit c1c79a6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

‎.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ notifications:
3939
matrix:
4040
exclude:
4141
- compiler: gcc
42-
os: linux
43-
- compiler: clang
44-
os: linux
45-
- compiler: gcc
46-
os: osx
4742
- compiler: clang
48-
os: osx
43+
- os: linux
44+
- os: osx
4945
include:
5046
- env: RVM=rbx-2
5147
os: osx

0 commit comments

Comments
 (0)
Please sign in to comment.