blob: 6156def48b241161c2b50b36f025f80aea362c6d [file] [log] [blame]
Alexander Afanasyevb81cff92015-07-09 09:45:09 +08001sudo: true
Yi Huang71929b32014-01-29 21:47:09 -07002language: cpp
3os:
4 - linux
5compiler:
6 - gcc
7notifications:
8 email:
9 on_success: always
10 on_failure: always
Yi Huang71929b32014-01-29 21:47:09 -070011script:
Alexander Afanasyevb81cff92015-07-09 09:45:09 +080012 - [[ $TRAVIS_OS_NAME == linux ]] && export NODE_LABELS="Linux Ubuntu Ubuntu-12.04"
13 - [[ $TRAVIS_OS_NAME == osx ]] && export NODE_LABELS="OSX OSX-10.10"
14 - echo $NODE_LABELS
Alexander Afanasyev4d4e7252014-10-25 12:21:53 -070015 - ./.jenkins