Skip to content

Commit d340d57

Browse files
author
Timmy
committed
typo fix
1 parent 22da020 commit d340d57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ matrix:
8181

8282
before_install:
8383
# 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
84+
#- if [ ${TRAVIS_OS_NAME} == "linux" ]; then
85+
# sudo apt-get update -qq &&
86+
# sudo apt-get install -qq fglrx=2:13.350.1-0ubuntu0.0.1;
87+
# fi
8888
#- if [ ${TRAVIS_OS_NAME} == "linux" ]; then
8989
# export OPENCL_ROOT="${TRAVIS_BUILD_DIR}/opencl-headers";
9090
# fi

0 commit comments

Comments
 (0)