[master] 8ac8115 Switch to more recent linux and osx versions
Federico G. Schwindt
fgsch at lodoss.net
Sat Mar 11 12:39:05 CET 2017
commit 8ac8115e159b75930064abcac13b8b476361962b
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Sat Mar 11 11:32:09 2017 +0000
Switch to more recent linux and osx versions
Also install nghttp2 so a02022.vtc has a chance to run.
diff --git a/.travis.yml b/.travis.yml
index a8aae1f..845154f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,17 +3,22 @@ language: c
compiler:
- clang
- gcc
-os:
- - linux
- - osx
+matrix:
+ include:
+ - os: linux
+ dist: trusty
+ sudo: false
+ - os: osx
+ osx_image: xcode8.2
addons:
apt:
packages:
- python-docutils
+ - nghttp2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install docutils; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install nghttp2 ; fi
- ./autogen.sh
- ./configure
-sudo: false
-script: 'make -j3 check VERBOSE=1'
+script: make -j3 check VERBOSE=1
More information about the varnish-commit
mailing list