Skip to content

Commit

Permalink
Update travis_ci_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Lavratti committed Dec 7, 2016
1 parent 4c59980 commit fbe41e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_ci_build.sh
Expand Up @@ -75,7 +75,7 @@ if [ "x$BUILD" = "xtest_report" ]; then
fi

if [ "x$BUILD" = "xcmake_coverage" ]; then
pip install cpp-coveralls --user `whoami`
pip install cpp-coveralls --user `whoami`

cmake .. -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DCOVERAGE=ON -DLONGLONG=ON
make
Expand Down

0 comments on commit fbe41e4

Please sign in to comment.