Commit 9cd20029 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fix travis following migration to legacy precise infrastructure.

parent 42d93901
...@@ -100,6 +100,7 @@ before_install: ...@@ -100,6 +100,7 @@ before_install:
sudo easy_install pytest; sudo easy_install pytest;
fi fi
- if [[ "$OPENCL" == "true" ]]; then - 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 -yq update > /dev/null 2>&1 ;
sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers; sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers;
fi fi
......
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