Skip to content

Commit

Permalink
DRAFT #36 - travis: exclude clang+gcov
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Feb 1, 2017
1 parent 8270bf2 commit a92615b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: c++

os:
- linux
- osx
# - osx

compiler:
- clang
Expand All @@ -20,7 +20,7 @@ matrix:
- os: osx
compiler: gcc
- compiler: clang
env: CONF_GCOV=--enable-gcov
env: CONF_GCOV=--en*

sudo: required

Expand Down Expand Up @@ -48,5 +48,4 @@ after_success:
lcov --capture --directory . --no-external --output-file coverage.info;
lcov --remove coverage.info 'cord/tests/*' 'libatomic_ops/*' 'tests/*' --output-file coverage.info;
lcov --list coverage.info;
coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info;
fi
11 changes: 0 additions & 11 deletions appveyor.yml

This file was deleted.

0 comments on commit a92615b

Please sign in to comment.