Skip to content

Commit

Permalink
chore(CI): Exclude valgrind jobs on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jun 20, 2016
1 parent 16a459d commit 9deb781
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -28,4 +28,12 @@ env:
- TARGET="32bit" TARGET_VARS="32bit-vars" CFLAGS="-Werror"
- TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"

matrix:
exclude:
- os: osx
env: PRE="valgrind --track-origins=yes --leak-check=full"

- os: osx
env: TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"

script: make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE" && make $TARGET_VARS hiredis-example

0 comments on commit 9deb781

Please sign in to comment.