Skip to content

Commit

Permalink
only use valgrind on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Oct 14, 2016
1 parent c2f3236 commit 57feebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
script:
- make
- make check
- ./tests/test_binary.sh
- if [ $TRAVIS_OS_NAME == linux ]; then ./tests/test_binary.sh; fi
- ./tests/testPOS.sh
- ./tests/test_binaryVcfVsTxt.sh
- ./tests/test-against-previous-version.sh
Expand Down

0 comments on commit 57feebf

Please sign in to comment.