Skip to content

Commit

Permalink
Merge efb4943 into 38b765b
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinmo committed Jun 16, 2018
2 parents 38b765b + efb4943 commit 1bf45c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ before_install:
install: make get-deps && ./configure
script:
- |
make && \
make test && \
CXX=clang++ make test && make clean && \
CXX=g++ make test && \
for filename in bin/* ; do \
valgrind --error-exitcode=1 --leak-check=full --track-origins=yes "$filename"; \
done && \
make clean && CXX=clang++ make test
done
after_success:
- make docs
- coveralls --exclude include/igloo --gcov-options '\-lp'
Expand Down

0 comments on commit 1bf45c6

Please sign in to comment.