blob: 08fefa0dae65ff12c827ff24bf89aef69d6de17f [file] [log] [blame]
Alexander Afanasyev15db7722015-01-19 17:27:26 -08001language: cpp
2os:
3 - linux
4compiler:
5 - gcc
6notifications:
7 email:
8 on_success: always
9 on_failure: always
10cache:
11 - ccache
12env:
13 - NODE_LABELS="Linux Ubuntu Ubuntu-12.04"
14before_install:
15 - travis_retry sudo apt-get install -qq ccache
16script:
Alexander Afanasyev15db7722015-01-19 17:27:26 -080017 - export CXX="ccache $CXX"
Alexander Afanasyevd6453cd2015-08-20 21:45:36 -070018 - ./.jenkins