Skip to content

Commit

Permalink
run valgrind on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Oct 17, 2017
1 parent 8a4602c commit 128d379
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ otp_release:
- 20.0
- 19.0
- 18.0
script: "./elvis rock && ./rebar3 eunit"
addons:
apt:
packages:
- valgrind
script: "./bin/checks.sh"
3 changes: 3 additions & 0 deletions bin/checks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

./elvis rock && ./rebar3 eunit && cd c_src && make memory-test

0 comments on commit 128d379

Please sign in to comment.