"plugins/drude/vscode:/vscode.git/clone" did not exist on "f2958043a7a60e19484e3290232dc41a2fadfbf3"
Commit 2b854804 authored by Robert T. McGibbon's avatar Robert T. McGibbon
Browse files

Merge pull request #1314 from jchodera/fix-travis-restricted

Fix travis following migration to legacy precise infrastructure.
parents 42d93901 9cd20029
......@@ -100,6 +100,7 @@ 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 fglrx=2:8.960-0ubuntu1 opencl-headers;
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