"vscode:/vscode.git/clone" did not exist on "0b662b4991e37286331dd4b5755d53f2b79fd1dd"
Commit 948fd273 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Another travis fix attempt

parent c147e062
......@@ -100,8 +100,8 @@ before_install:
sudo easy_install pytest;
fi
- if [[ "$OPENCL" == "true" ]]; then
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse";
sudo apt-get -yq update > /dev/null 2>&1 ;
sudo apt-get install -qq ubuntu-restricted-extras;
sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers;
fi
# Install swig for Python wrappers. However, testing CUDA and OpenCL, we
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment