Browse Source

Trying to do this with linux

Adam Kelly 6 năm trước cách đây
mục cha
commit
a2b7675f99
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

@@ -4,8 +4,10 @@ python:
   - "3.6.6"
   - "3.7-dev"
 
-os: osx
-osx_image: xcode9.3
+addons:
+  apt:
+    packages:
+      - opencl-headers
 
 git:
   depth: false