blob: 08fefa0dae65ff12c827ff24bf89aef69d6de17f [file] [log] [blame]
language: cpp
os:
- linux
compiler:
- gcc
notifications:
email:
on_success: always
on_failure: always
cache:
- ccache
env:
- NODE_LABELS="Linux Ubuntu Ubuntu-12.04"
before_install:
- travis_retry sudo apt-get install -qq ccache
script:
- export CXX="ccache $CXX"
- ./.jenkins