File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33export PATH=" $PWD /bin:$PATH "
44
5+ # shellcheck source=../commands/.settings
56. commands/.settings
67
78mkdir self-test && cd " $_ "
Original file line number Diff line number Diff line change 1717
1818before_install :
1919 - export -f travis_nanoseconds travis_time_start travis_time_finish
20- - if [[ $(git version) =~ \ 2\.19\. ]]; then GIT_DEPTH=(--no-recommend-shallow); else GIT_DEPTH=(--depth 1); fi
21- - if ! [ -x ./test ]; then git submodule update --init --recursive "${GIT_DEPTH[@]}" .cppsm; fi
2220
2321script :
24- - if [ -x ./test ]; then ./test; else .cppsm/.cli/travis-ci; fi
22+ - if ! [ -x .cppsm/travis-ci ]; then git submodule --quiet update --init --no-recommend-shallow --depth 1 .cppsm; fi
23+ - .cppsm/travis-ci
You can’t perform that action at this time.
0 commit comments