Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/hunter-packages/gate
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jan 5, 2014
2 parents 8346895 + 3b18fe9 commit 2be928c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language:
install:
# install cmake 2.8.10 manually, see
# * https://github.com/travis-ci-tester/travis-test-cmake
- wget http://www.cmake.org/files/v2.8/cmake-2.8.10.tar.gz
- tar xf cmake-2.8.10.tar.gz
- cd cmake-2.8.10
- wget http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz
- tar xf cmake-2.8.12.tar.gz
- cd cmake-2.8.12
- sudo apt-get install libcurl3-dev
- ./bootstrap --system-curl
- make
Expand Down

0 comments on commit 2be928c

Please sign in to comment.