Skip to content

Commit

Permalink
removed an unnecessary install of cmake through apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ishankhare07 committed Aug 1, 2015
1 parent f98726f commit 5f0d7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install qt53base qt53svg qt53connectivity qt53declarative libsqlite3-dev
- sudo apt-get install qt53tools qt53webkit-examples
- sudo apt-get install cmake
- sudo apt-get install g++
- wget http://www.cmake.org/files/v3.3/cmake-3.3.0.tar.gz && tar -zxvf cmake-3.3.0.tar.gz
- cd cmake-3.3.0 && ./bootstrap && make
Expand Down

0 comments on commit 5f0d7d3

Please sign in to comment.