Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschnelli committed Mar 22, 2019
1 parent a2db843 commit 795aa44
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 @@ -30,7 +30,7 @@ matrix:

script:
- $CC -lm -O3 poly1305.c chacha.c chachapoly_aead.c bench.c -o bench
- rm *.o
- rm -f *.o
- $CC -lm -O0 -g poly1305.c chacha.c chachapoly_aead.c tests.c -o test
- if ( [ "${TRAVIS_OS_NAME}" == "linux" ] ) && ( [ "$CC" == "gcc" ] ); then
valgrind --track-origins=yes --leak-check=full --error-exitcode=1 ./test;
Expand Down

0 comments on commit 795aa44

Please sign in to comment.