Skip to content

Commit

Permalink
Enable coveralls for CI, take 12
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Apr 28, 2015
1 parent b42897d commit be43440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get -qq install gcc-4.9 libjansson-dev valgrind
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 90
- sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-4.9 90
- git submodule update test/cmocka
- cd test
- mkdir cmocka_build && cd cmocka_build
Expand Down

0 comments on commit be43440

Please sign in to comment.