Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
mkimsri committed Jan 20, 2016
1 parent 6fa47bd commit a10b424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,7 +19,7 @@ script:
- ./autogen.sh
- ./configure --enable-gcov
- make
- make test_kernel
- make test_thread

after_script:
- coveralls -r .. -b testsuite/test_kernel -i haggle/src --verbose --gcov-options '\-lp';
- coveralls -r .. -b testsuite/test_thread -i haggle/src --verbose --gcov-options '\-lp';

0 comments on commit a10b424

Please sign in to comment.