Skip to content

Commit

Permalink
fix cmake cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Oct 5, 2015
1 parent 29affaf commit 7ff1947
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 @@ -32,7 +32,7 @@ before_script:
- $CXX --version
- mkdir build
- cd build
- cmake -DENABLE_COVERAGE ../
- cmake -DENABLE_COVERAGE=ON ../

script:
- make
Expand Down

0 comments on commit 7ff1947

Please sign in to comment.