17
.travis.yml
Normal file
17
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user