Travis CI (#155)

* try using travis

* comments

* docker

* fix

* fix
This commit is contained in:
Alon Zakai
2018-07-05 06:21:47 -07:00
committed by juj
parent 8512c60588
commit 5ea31e96a9
2 changed files with 33 additions and 0 deletions

17
.travis.yml Normal file
View File

@@ -0,0 +1,17 @@
sudo: required
language: python
services:
- docker
before_install:
- docker pull ubuntu:16.04
script:
- set -o errexit
- echo "running..."
- docker build --build-arg TEST_TARGET="$TEST_TARGET" .
notifications:
email: false