Fix m 60 a 0 by making modified variable non-const
[hashcat.git] / .travis.yml
index 706d362..aa03eaa 100644 (file)
@@ -6,6 +6,8 @@ install:
   - mkdir -p deps/OpenCL-Headers
   - git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL
 compiler:
+  - clang
   - gcc
 script:
-  - make
\ No newline at end of file
+  - make
+