Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
missing recursive on git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Oct 17, 2016
1 parent 4b12e9b commit 25741ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ matrix:
# - brew update
# - brew upgrade cmake
# - brew upgrade cgal
- git clone https://github.com/libigl/libigl.git
- git clone --recursive https://github.com/libigl/libigl.git
- mkdir build-header
- cd build-header
- cmake ../
Expand Down

0 comments on commit 25741ad

Please sign in to comment.