We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22da020 commit d340d57Copy full SHA for d340d57
.travis.yml
@@ -81,10 +81,10 @@ matrix:
81
82
before_install:
83
# Remove the following linux clause when fglrx can be installed with sudo: false
84
- - if [ ${TRAVIS_OS_NAME} == "linux" ]; then
85
- sudo apt-get update -qq &&
86
- sudo apt-get install -qq;
87
- fi
+ #- if [ ${TRAVIS_OS_NAME} == "linux" ]; then
+ # sudo apt-get update -qq &&
+ # sudo apt-get install -qq fglrx=2:13.350.1-0ubuntu0.0.1;
+ # fi
88
#- if [ ${TRAVIS_OS_NAME} == "linux" ]; then
89
# export OPENCL_ROOT="${TRAVIS_BUILD_DIR}/opencl-headers";
90
# fi
0 commit comments