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 ...@@ -3,17 +3,22 @@ language: c
compiler: compiler:
- clang - clang
- gcc - gcc
os: matrix:
- linux include:
- osx - os: linux
dist: trusty
sudo: false
- os: osx
osx_image: xcode8.2
addons: addons:
apt: apt:
packages: packages:
- python-docutils - python-docutils
- nghttp2
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - 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 docutils; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install nghttp2 ; fi
- ./autogen.sh - ./autogen.sh
- ./configure - ./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