We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3977bef commit c982e6eCopy full SHA for c982e6e
.travis.yml
@@ -8,9 +8,10 @@ cache:
8
env:
9
- MAVEN_OPTS=-Xmx512m CL_LOG_ERRORS=stdout
10
before_install:
11
-- lsb_release -c;
12
-- lsb_release -r;
+- lsb_release -c
+- lsb_release -r
13
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
14
+- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted"
15
- sudo apt-get update -qq
16
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
17
# On mac: sudo port install libtool
0 commit comments