Skip to content

Commit

Permalink
Fix travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
taganaka committed Sep 11, 2016
1 parent daff3fc commit 2825ce2
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 @@ -3,4 +3,4 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y g++ cmake make libcurl4-openssl-dev libxml2-dev libssl-dev

script: cd cmake_build && cmake -DCMAKE_BUILD_TYPE=Release ..
script: cd cmake_build && cmake -DCMAKE_BUILD_TYPE=Release .. && make

0 comments on commit 2825ce2

Please sign in to comment.