osrm-backend/third_party/variant/.travis.yml

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"