Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Feb 5, 2015
1 parent 13544c9 commit 8acacf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
- find src tests examples -regex ".*\.c\|.*\.cpp\|.*\.h\|.*\.hpp" | xargs python cpplint.py --extensions=h,hpp,c,cpp

after_success:
- coveralls --exclude tests --gcov-options '-\lp'
- coveralls --exclude tests --gcov-options '\-lp'

notifications:
email:
Expand Down

0 comments on commit 8acacf2

Please sign in to comment.