summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2017-12-13 16:12:26 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2017-12-13 16:45:42 -0500
commite84aefe699a7e8959cea08fe428cafa981b6d85f (patch)
tree6eabc28eeaf897210df54033acd8f2cd468cf11b /.travis.yml
parent92c4108dba605fac66c99352b3bdc40c5a9aacce (diff)
Make Windows builds use an old Trusty image on Travis
Travis has upadted their VM image and by default the latest is being used. This has caused our Windows builds to fail due to them exceeding Travis's log limit of 4mb. It appears to be due to the new Docker version the new Trusty image has, it somehow changed network behaviour in a way that makes toxcore network module output a lot more of log messages than it used to.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c96fb30..f214de39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,10 +10,12 @@ matrix:
10 compiler: clang 10 compiler: clang
11 - stage: "Stage 1" 11 - stage: "Stage 1"
12 env: JOB=toxcore ENV=windows ARCH=i686 12 env: JOB=toxcore ENV=windows ARCH=i686
13 group: deprecated-2017Q4
13 services: 14 services:
14 - docker 15 - docker
15 - stage: "Stage 1" 16 - stage: "Stage 1"
16 env: JOB=toxcore ENV=windows ARCH=x86_64 17 env: JOB=toxcore ENV=windows ARCH=x86_64
18 group: deprecated-2017Q4
17 services: 19 services:
18 - docker 20 - docker
19 - stage: "Stage 1" 21 - stage: "Stage 1"