add .travis.yml

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
docker-18.09
Akihiro Suda 2017-06-12 09:03:58 +00:00
parent 84a14f44ed
commit bdc7c42399
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
dist: trusty
sudo: required
install:
- sudo apt-get -qq remove docker-engine
# requires Docker >= 17.05 for multistage Dockerfile
- curl -fsSL https://get.docker.com/ | sh
script:
- ./hack/test