Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
effolkronium committed Aug 1, 2017
1 parent b07ff9c commit 98cad25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -127,11 +127,6 @@ script:
- cmake -DCMAKE_CXX_COMPILER=$COMPILER ..
- cmake --build . --config Debug
- ctest -C Debug --output-on-failure
- cd test
- valgrind --error-exitcode=1 --leak-check=full ./random_static_test;
- valgrind --error-exitcode=1 --leak-check=full ./random_thread_local_test;
- valgrind --error-exitcode=1 --leak-check=full ./random_local_test;
- cd ..
install:
# create deps dir if not existing
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
Expand Down

0 comments on commit 98cad25

Please sign in to comment.