Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 6, 2018
1 parent 76e5df6 commit db42664
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -144,16 +144,16 @@ matrix:
include:
# libc++
- compiler: clang
env:
- USE_LIBCXX=1
- STDFLAG=-stdlib=libc++
- DEFS="-DIUTEST_USE_OWN_IS_MEMBER_FUNCTION_POINTER=1"
addons:
apt:
sources: *apt-common-sources
packages:
- cmake
- clang-6.0
env:
- USE_LIBCXX=1
- STDFLAG=-stdlib=libc++
- DEFS="-DIUTEST_USE_OWN_IS_MEMBER_FUNCTION_POINTER=1"
addons:
apt:
sources: *apt-common-sources
packages:
- cmake
- clang-6.0
# coverage
- compiler: clang
env: USE_COVERAGE=gcov USE_CODECOV=1 USE_GNU_EXTENSION=1
Expand Down

0 comments on commit db42664

Please sign in to comment.