Skip to content

Commit

Permalink
Fix travis osx build script not correctly running cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Sep 10, 2017
1 parent 3b3a47b commit fc27204
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 @@ -28,5 +28,5 @@ matrix:
compiler: clang
script:
- cmake --version
- cmake
- cmake .
- make -j 2

0 comments on commit fc27204

Please sign in to comment.