From 75e82e1b57c8319b98a6fcee4c01df6ab9cf4af0 Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Tue, 25 Aug 2015 20:42:27 +0200 Subject: [PATCH] switch version fglrx version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a134276d..65147590 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ addons: # command to install dependencies install: - sudo apt-get update -qq - - sudo apt-get install -qq fglrx=2:8.960-0ubuntu1 opencl-headers + - sudo apt-get install -qq fglrx opencl-headers - travis_wait pip install cython --trusted-host www.edna-site.org --find-links http://www.edna-site.org/pub/wheelhouse - "pip install --trusted-host www.edna-site.org -r requirements_travis.txt" - "python info_platform.py"