Skip to content

Commit

Permalink
Error .travis.Yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aroquemaurel committed Feb 8, 2015
1 parent 3b6d5ce commit 558ca5f
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 @@ -31,5 +31,5 @@ script:
- cd tests
- ./tests
- lcov --capture --directory ../src --output-file coverage.info
- lcov -r coverage.info ~/Qt5.2.0/5.2.0/gcc_64/\* /usr/include/\* /home/travis/build/FACT-Team/FactDev/src/gui/\* /home/travis/build/FACT-Team/FactDev/src/moc_\* /home/travis/FACT-Team/FactDev/src/ui_\* /home/travis/build/FACT-TEAM/FactDev/src/qrc_\* -o coverage.info
- lcov -r coverage.info ~/Qt5.2.0/5.2.0/gcc_64/\* /usr/include/\* /home/travis/build/FACT-Team/FactDev/src/gui/\* /home/travis/build/FACT-Team/FactDev/src/moc_\* /home/travis/build/FACT-Team/FactDev/src/ui_\* /home/travis/build/FACT-Team/FactDev/src/qrc_\* -o coverage.info
- coveralls-lcov coverage.info

0 comments on commit 558ca5f

Please sign in to comment.