Skip to content

Commit

Permalink
Try even simpler Travis matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 18, 2015
1 parent 771ea7f commit c36d538
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
@@ -1,6 +1,5 @@
language: cpp
compiler:
- gcc
- clang
before_install:
- echo $LANG
Expand Down Expand Up @@ -38,20 +37,15 @@ notifications:
on_start: always
matrix:
exclude:
- compiler: gcc
- compiler: clang
- os: linux
- os: osx
include:
- env: RVM=rbx-2
os: osx
compiler: gcc
- env: RVM=2.2.0
os: linux
compiler: clang
- env: RVM=rbx-2
os: linux
compiler: clang
env:
global:
- LANG="en_US.UTF-8"
Expand Down

0 comments on commit c36d538

Please sign in to comment.