Skip to content

Commit

Permalink
Fix travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Laurita committed Aug 22, 2018
1 parent f102c6e commit 7fc5c8e
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 @@ -15,4 +15,4 @@ addons:
- libcurl4-openssl-dev
- libxml2-dev
- libssl-dev
script: cd cmake_build && cmake -DCMAKE_BUILD_TYPE=Release .. && make
script: mkdir cmake_build && cd cmake_build && cmake -DCMAKE_BUILD_TYPE=Release .. && make

0 comments on commit 7fc5c8e

Please sign in to comment.