anbox/.travis.yml
Simon Fels d7d3ecaf1a Add initial travis build configuration
We need to use docker here as travis only provides Ubuntu 14.04 based
images which are not enough for us to build everything.
2017-01-20 10:34:18 +01:00

9 lines
103 B
YAML

language: cpp
os: linux
sudo: required
services:
- docker
script:
- scripts/build-with-docker.sh