Skip to content

Commit

Permalink
[ci] Fix install prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bchretien committed Jan 30, 2017
1 parent 4bd2d49 commit 721ef72
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 @@ -19,7 +19,7 @@ compiler:
before_script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp/install ..

script:
- make VERBOSE=1
Expand Down

0 comments on commit 721ef72

Please sign in to comment.