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 6, 2015
1 parent b634be1 commit ad6ef50
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 @@ -55,7 +55,7 @@ before_script:
script:
# run test
- CTEST_OUTPUT_ON_FAILURE=TRUE make check
- ./cpplint.sh
- sh ./cpplint.sh

after_success:
- lcov --directory . --capture --output-file coverage.info
Expand Down

0 comments on commit ad6ef50

Please sign in to comment.