Joao Pereira | ef326da | 2015-05-27 18:27:40 -0400 | [diff] [blame] | 1 | sudo: true |
2 | language: cpp | ||||
3 | os: | ||||
4 | - linux | ||||
5 | - osx | ||||
6 | compiler: | ||||
7 | - gcc | ||||
Alexander Afanasyev | 8a3081f | 2015-08-31 13:27:15 -0700 | [diff] [blame] | 8 | - clang |
9 | matrix: | ||||
10 | exclude: | ||||
11 | - os: linux | ||||
12 | compiler: clang | ||||
13 | - os: osx | ||||
14 | compiler: gcc | ||||
Joao Pereira | ef326da | 2015-05-27 18:27:40 -0400 | [diff] [blame] | 15 | script: |
16 | - if [[ $TRAVIS_OS_NAME == linux ]]; then export NODE_LABELS="Linux Ubuntu Ubuntu-12.04"; fi | ||||
17 | - if [[ $TRAVIS_OS_NAME == osx ]]; then export NODE_LABELS="OSX OSX-10.10"; fi | ||||
18 | - echo $NODE_LABELS | ||||
19 | - ./.jenkins |