Skip to content

Commit

Permalink
Update Travis file
Browse files Browse the repository at this point in the history
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
  • Loading branch information
josesimoes committed Mar 15, 2017
1 parent 9a80d3a commit 2991327
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 @@ -29,7 +29,7 @@ before_install:

- mkdir $HOME/usr
- export PATH="$HOME/usr/bin:$PATH"
- wget http://www.cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh
- wget --no-check-certificate http://www.cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh
- chmod +x cmake-3.7.2-Linux-x86_64.sh
- ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license

Expand Down

0 comments on commit 2991327

Please sign in to comment.