blob: 95031481a5ca851385e141012f66a326e230aec8 [file] [log] [blame]
Alexander Afanasyevce306ca2015-12-09 12:59:05 -08001sudo: required
2language: generic
3matrix:
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
Alexander Afanasyev3222fed2014-01-26 17:30:17 -080013notifications:
14 email:
15 on_success: always
16 on_failure: always
Alexander Afanasyevb4500d92014-01-17 20:43:24 -080017script:
Alexander Afanasyevce306ca2015-12-09 12:59:05 -080018 - 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
Alexander Afanasyevb346ddb2015-06-03 00:52:03 -040020 - echo $NODE_LABELS
Alexander Afanasyeva87e0a82014-10-21 14:09:19 -040021 - ./.jenkins