aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 0700be0bf008d7e0045a2c11cb64df4ef3d252d6 (plain)
1
2
3
4
5
6
7
os:
  - osx
  - linux
language: c++
before_script: scripts/travis/before-script.sh
script: scripts/travis/script.sh
osx_image: xcode6.4