Alexander Afanasyev | ce306ca | 2015-12-09 12:59:05 -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 |
Alexander Afanasyev | 3222fed | 2014-01-26 17:30:17 -0800 | [diff] [blame] | 13 | notifications: |
| 14 | email: |
| 15 | on_success: always |
| 16 | on_failure: always |
Alexander Afanasyev | b4500d9 | 2014-01-17 20:43:24 -0800 | [diff] [blame] | 17 | script: |
Alexander Afanasyev | ce306ca | 2015-12-09 12:59:05 -0800 | [diff] [blame] | 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 |
Alexander Afanasyev | b346ddb | 2015-06-03 00:52:03 -0400 | [diff] [blame] | 20 | - echo $NODE_LABELS |
Alexander Afanasyev | a87e0a8 | 2014-10-21 14:09:19 -0400 | [diff] [blame] | 21 | - ./.jenkins |