summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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