Skip to content

Commit 0fee97e

Browse files
committed
Using launcher
1 parent 6e0d7ff commit 0fee97e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test renamed to .cppsm/travis-ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
export PATH="$PWD/bin:$PATH"
44

5+
# shellcheck source=../commands/.settings
56
. commands/.settings
67

78
mkdir self-test && cd "$_"

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ git:
1717

1818
before_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

2321
script:
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

0 commit comments

Comments
 (0)