Fix .travis.yml to use submodule

This commit is contained in:
jsteube 2016-09-02 10:41:08 +02:00
parent 08c784a297
commit b78b903372
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@ os:
- osx
language: c
install:
- git submodule update --recursive
- git submodule init
- git submodule update
compiler:
- clang
- gcc

View File

@ -19,7 +19,8 @@ $ git clone https://github.com/hashcat/hashcat.git
Get a copy of the **OpenCL Headers** repository
```sh
$ git submodule update --recursive
$ git submodule init
$ git submodule update
```
Run "make"