Skip to content

Commit

Permalink
Another try at using libnghttp2-dev under Ubuntu 14.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMage committed Sep 4, 2018
1 parent 6fef16d commit 28f8dff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,30 @@ cache:
- .build/checkouts
- .build/repositories

# Use Ubuntu 16.04, as libnghttp2-dev is not present in 14.04
dist: xenial
# Use Ubuntu 14.04
dist: trusty

osx_image: xcode9.3

sudo: false

addons:
apt:
sources:
- sourceline: 'ppa:ondrej/apache2' # for libnghttp2-dev
packages:
- clang-3.8
- lldb-3.8
- libicu-dev
- libtool
- libcurl4-openssl-dev
- libbsd-dev
- libnghttp2-dev
- build-essential
- libssl-dev
- uuid-dev
- curl
- unzip
- libnghttp2-dev

before_install:
- if [ "$TRAVIS_OS_NAME" -eq "osx" ]; then brew install nghttp2; done
Expand Down

0 comments on commit 28f8dff

Please sign in to comment.