Skip to content

Commit c982e6e

Browse files
committed
travis ci: add trusty repos
1 parent 3977bef commit c982e6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ cache:
88
env:
99
- MAVEN_OPTS=-Xmx512m CL_LOG_ERRORS=stdout
1010
before_install:
11-
- lsb_release -c;
12-
- lsb_release -r;
11+
- lsb_release -c
12+
- lsb_release -r
1313
- 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"
1415
- sudo apt-get update -qq
1516
- sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers
1617
# On mac: sudo port install libtool

0 commit comments

Comments
 (0)