Skip to content

Commit

Permalink
Merge pull request nghttp2#1282 from alagoutte/travis
Browse files Browse the repository at this point in the history
Travis: Update to Xenial
  • Loading branch information
tatsuhiro-t authored Dec 26, 2018
2 parents c78abbe + 7cc7c06 commit 082e162
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: xenial
env:
matrix:
- CI_BUILD=cmake
Expand All @@ -12,10 +12,8 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7
packages:
- g++-8
- clang-7
- autoconf
- automake
- autotools-dev
Expand All @@ -35,7 +33,6 @@ addons:
before_install:
- $CC --version
- if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-7" CC="clang-7"; fi
- $CC --version
- go version
- cmake --version
Expand Down

0 comments on commit 082e162

Please sign in to comment.