Updated Travis script to fix the fglrx=2:8.960-0ubuntu1 issue

This commit is contained in:
Cedric Nugteren 2016-03-13 10:21:33 +01:00
parent 88c551cdea
commit 99d309598d

View file

@ -7,7 +7,7 @@ before_install:
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo apt-get update -qq
- sudo apt-get install -qq gcc-4.8 g++-4.8 clang
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
- sudo apt-get install -qq fglrx opencl-headers
- sudo apt-get install -qq cmake
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi