osrm-backend/.travis.yml
Dennis Luxen b65f1d7df0 Squashed 'Include/variant/' content from commit 00ab881
git-subtree-dir: Include/variant
git-subtree-split: 00ab88117ed25f78cdca2faa00beea0061271e85
2015-01-14 09:36:20 +01:00

23 lines
224 B
YAML

language: cpp
# http://docs.travis-ci.com/user/multi-os/
os:
- linux
- osx
compiler:
- clang
- gcc
before_install:
- true
install:
- true
before_script:
- true
script:
- source "scripts/${TRAVIS_OS_NAME}.sh"