Added travis installation for gcc, and replacing the gcc (4.6) with gcc-4.

This commit is contained in:
KjellKod 2014-10-09 23:00:06 -06:00
parent ece13751a8
commit 30ea3a65aa

View File

@ -1,2 +1,8 @@
language: cpp
compiler: gcc
script:
- sudo apt-get update
- sudo apt-get install gcc-4.8
- sudo apt-get install cmake
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50