Skip to content

Commit

Permalink
move libc++-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Sep 23, 2018
1 parent 7276177 commit 18b19c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ addons:
- llvm-toolchain-trusty
packages: &apt-common-packages
- clang-6.0
- libc++-8-dev
- g++-8
- gcc-8
#- cppcheck
Expand Down Expand Up @@ -142,6 +141,12 @@ matrix:
env:
- STDFLAG=-stdlib=libc++
- DEFS="-DIUTEST_USE_OWN_IS_MEMBER_FUNCTION_POINTER=1"
addons:
apt:
sources: *apt-common-sources
packages:
- clang-6.0
- libc++-dev
# coverage
- compiler: clang
env: USE_COVERAGE=gcov USE_CODECOV=1 USE_GNU_EXTENSION=1
Expand Down

0 comments on commit 18b19c4

Please sign in to comment.