remove unnecessary git submodule clone

pull/1038/head
Stephen 7 years ago committed by GitHub
parent 4c3e68998c
commit eb681652d3

@ -2,12 +2,8 @@ os:
- linux - linux
- osx - osx
language: c language: c
install:
- git submodule init
- git submodule update
compiler: compiler:
- clang - clang
- gcc - gcc
script: script:
- make - make

Loading…
Cancel
Save