Fix .travis.yml to use submodule
This commit is contained in:
@@ -3,7 +3,8 @@ os:
|
||||
- osx
|
||||
language: c
|
||||
install:
|
||||
- git submodule update --recursive
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
Reference in New Issue
Block a user