Allow the use of enc_id == 0 in hash-mode 10600 and 10700 as it takes no part in...
[hashcat.git] / .travis.yml
1 os:
2   - linux
3   - osx
4 language: c
5 install:
6   - mkdir -p deps/OpenCL-Headers
7   - git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL
8 compiler:
9   - clang
10   - gcc
11 script:
12   - make
13