blob: 4c630a160a2a504786321fcdb690a1db1b4b022e [file] [log] [blame]
Joao Pereiraef326da2015-05-27 18:27:40 -04001sudo: true
2language: cpp
3os:
4 - linux
5 - osx
6compiler:
7 - gcc
8branches:
9 only:
10 - master
11script:
12 - if [[ $TRAVIS_OS_NAME == linux ]]; then export NODE_LABELS="Linux Ubuntu Ubuntu-12.04"; fi
13 - if [[ $TRAVIS_OS_NAME == osx ]]; then export NODE_LABELS="OSX OSX-10.10"; fi
14 - echo $NODE_LABELS
15 - ./.jenkins
16