Skip to content

Commit 0997990

Browse files
committed
Updated
1 parent 86cef23 commit 0997990

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cppsm

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ before_install:
2929
- git submodule update --init
3030

3131
script:
32-
- .cppsm/travis-ci || ./test
32+
- if [ -x ./test ]; then ./test; else .cppsm/travis-ci; fi

requires/polyfill.cpp/v1

0 commit comments

Comments
 (0)