Skip to content

Commit 1c77220

Browse files
committed
Updated
1 parent 463999a commit 1c77220

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.cppsm

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ matrix:
1212
- os: windows
1313

1414
git:
15+
depth: 1
1516
submodules: false
1617

1718
before_install:
1819
- export -f travis_nanoseconds travis_time_start travis_time_finish
19-
- git submodule update --init
20+
- if ! [ -x ./test ]; then git submodule update --init --recursive $([ $TRAVIS_OS_NAME = windows ] || echo --depth 1) .cppsm; fi
2021

2122
script:
22-
- if [ -x ./test ]; then ./test; else .cppsm/travis-ci; fi
23+
- if [ -x ./test ]; then ./test; else .cppsm/.cli/travis-ci; fi

requires/polyfill.cpp/v1

0 commit comments

Comments
 (0)