Skip to content

Commit

Permalink
try and fix make run-valgrind error
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy committed Dec 17, 2020
1 parent 5ca5578 commit f39b9e0
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 @@ -32,9 +32,11 @@ script:
- make build-ci
# change to builddir and run tests
- cd build && ctest --extra-verbose
# go back to parent directroy
- cd ..

before_deploy:
- make run-valgrind
- make run-valgrind

deploy: # this is a hacky workaround as script provider is causing problems
skip_cleanup: true
Expand Down

0 comments on commit f39b9e0

Please sign in to comment.