Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
travis fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
fxia22 committed Feb 20, 2017
1 parent f53ea79 commit 7acdd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ install: sudo apt-get update && sudo apt-get install build-essential &&
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y &&
sudo apt-get update; sudo apt-get install gcc-4.8 g++-4.8 -y &&
gcc-4.8 --version &&
which gcc-4.8
which gcc-4.8 &&
wget http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz &&
tar xf cmake-3.2.2.tar.gz &&
cd cmake-3.2.2 &&
Expand Down

0 comments on commit 7acdd54

Please sign in to comment.