Skip to content

Commit c36d538

Browse files
committedDec 18, 2015
Try even simpler Travis matrix.
1 parent 771ea7f commit c36d538

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: cpp
22
compiler:
3-
- gcc
43
- clang
54
before_install:
65
- echo $LANG
@@ -38,20 +37,15 @@ notifications:
3837
on_start: always
3938
matrix:
4039
exclude:
41-
- compiler: gcc
4240
- compiler: clang
4341
- os: linux
4442
- os: osx
4543
include:
4644
- env: RVM=rbx-2
4745
os: osx
48-
compiler: gcc
4946
- env: RVM=2.2.0
5047
os: linux
5148
compiler: clang
52-
- env: RVM=rbx-2
53-
os: linux
54-
compiler: clang
5549
env:
5650
global:
5751
- LANG="en_US.UTF-8"

0 commit comments

Comments
 (0)
Please sign in to comment.