[master] f4bd388 Switch approach while I speak with the travis guys
Federico G. Schwindt
fgsch at lodoss.net
Sat Mar 11 13:45:06 CET 2017
commit f4bd388bf02963173493f2d366aa67e4edaf201c
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Sat Mar 11 12:41:57 2017 +0000
Switch approach while I speak with the travis guys
diff --git a/.travis.yml b/.travis.yml
index a60d116..a25e823 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,6 @@ compiler:
os:
- linux
- osx
-matrix:
- include:
- - os: linux
- dist: trusty
- sudo: false
- - os: osx
- osx_image: xcode8.2
addons:
apt:
packages:
@@ -24,4 +17,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install nghttp2 ; fi
- ./autogen.sh
- ./configure
+dist: trusty
+sudo: false
+osx_image: xcode8.2
script: make -j3 check VERBOSE=1
More information about the varnish-commit
mailing list