summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2017-12-12 23:39:51 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2017-12-16 14:41:01 -0500
commit57115f0e751e50262705bafc998eae5f35fae9cc (patch)
treeeb54d528692e608cfd79f996a131ab4d51b54977 /.travis.yml
parent418a304c0eeea1c15103d96ab6c372aeec8f4367 (diff)
Test tox-bootstrapd Docker container on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f214de39..47b16c31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,11 @@ matrix:
24 sudo: required 24 sudo: required
25 install: other/travis/phase $JOB $ENV install stage1 25 install: other/travis/phase $JOB $ENV install stage1
26 script: other/travis/phase $JOB $ENV script stage1 26 script: other/travis/phase $JOB $ENV script stage1
27 - stage: "Stage 1"
28 env: JOB=tox-bootstrapd-docker ENV=linux
29 services:
30 - docker
31 sudo: required
27 - stage: "Stage 2" 32 - stage: "Stage 2"
28 env: JOB=toxcore ENV=freebsd 33 env: JOB=toxcore ENV=freebsd
29 dist: trusty 34 dist: trusty