aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3a4115f279875b1b58028a208db2dcda366cc4b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: cpp
cache: ccache
matrix:
    include:
        - os: linux
          dist: trusty
          sudo: required
          env: TRAVIS_BUILD_TYPE=Debug
        - os: osx
          osx_image: xcode7.3
          env: TRAVIS_BUILD_TYPE=Debug
git:
    depth: 2
before_install: ./install_dependencies.sh
script: ./fetch_umbrella_build_and_test.sh