Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Add valgrind test
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 28, 2014
1 parent e20e4e4 commit 6cd9a6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ env:
- CC=clang CFLAGS="-g -O0"
- CC=gcc-4.6 CFLAGS=""
- CC=gcc-4.6 CFLAGS="-g -O0 -fstack-protector -fstack-protector-all"
- CC=gcc-4.6 CFLAGS="-g" VALGRIND=1

before_script:
install:
- if [ "$VALGRIND" -eq 1 ]; then sudo apt-get install valgrind; export TEST_PHP_ARGS="-m"; fi
- sudo apt-get install $CC
- $CC --version

Expand Down

0 comments on commit 6cd9a6a

Please sign in to comment.