spirosmastorakis | 15ebb1e | 2016-01-25 21:20:25 -0800 | [diff] [blame^] | 1 | sudo: required |
2 | language: generic | ||||
3 | matrix: | ||||
4 | include: | ||||
5 | - os: linux | ||||
6 | dist: trusty | ||||
7 | compiler: gcc | ||||
8 | - os: linux | ||||
9 | dist: trusty | ||||
10 | compiler: clang | ||||
11 | - os: osx | ||||
12 | compiler: clang | ||||
13 | notifications: | ||||
14 | email: | ||||
15 | on_success: always | ||||
16 | on_failure: always | ||||
17 | script: | ||||
18 | - if [[ $TRAVIS_OS_NAME == linux ]]; then export NODE_LABELS="Linux Ubuntu Ubuntu-14.04"; fi | ||||
19 | - if [[ $TRAVIS_OS_NAME == osx ]]; then export NODE_LABELS="OSX OSX-10.9"; fi | ||||
20 | - echo $NODE_LABELS | ||||
21 | - ./.jenkins |