Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pvpgn/pvpgn-server into b…
Browse files Browse the repository at this point in the history
…sdfix
  • Loading branch information
cen1 committed Nov 16, 2015
2 parents 4d20b91 + 0b98e4f commit 9b6f380
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 @@ -11,7 +11,7 @@ compiler: gcc
before_install:
- sudo apt-get update --fix-missing
- sudo apt-get install build-essential zlib1g-dev libmysqlclient-dev liblua5.1-0-dev
- (cd /tmp && wget https://cmake.org/files/v3.4/cmake-3.4.0.tar.gz && tar zxf cmake-3.4.0.tar.gz)
- (cd /tmp && wget --no-check-certificate https://cmake.org/files/v3.4/cmake-3.4.0.tar.gz && tar zxf cmake-3.4.0.tar.gz)
- (cd /tmp/cmake-3.4.0 && cmake . && make && sudo make install) > /dev/null 2>&1
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
Expand Down

0 comments on commit 9b6f380

Please sign in to comment.