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

Commit

Permalink
Print valgrind version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Mar 24, 2015
1 parent 0bcc363 commit 6994acd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ env:
- CC=gcc-4.6 CFLAGS="-g" VALGRIND=1

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

script:
Expand Down

0 comments on commit 6994acd

Please sign in to comment.