Commit 8ac8115e authored by Federico G. Schwindt's avatar Federico G. Schwindt

Switch to more recent linux and osx versions

Also install nghttp2 so a02022.vtc has a chance to run.
parent 6c4e1649
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment