Explorar el Código

Added OpenCL runtime

Adam Kelly hace 6 años
padre
commit
64f125caaa
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -4,10 +4,13 @@ python:
   - "3.6.6"
   - "3.7-dev"
 
+dist: trusty
+
 addons:
   apt:
     packages:
       - opencl-headers
+      - fglrx
 
 git:
   depth: false