Skip to content

Commit 09e1019

Browse files
committed
Update test target
1 parent 6f4dde1 commit 09e1019

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ examples: node_modules
201201

202202
test:
203203
ifeq ($(TRAVIS), true)
204-
@$(MAKE) -f $(THIS_FILE) test-ci
204+
# @$(MAKE) -f $(THIS_FILE) test-ci
205+
./.travis.sh
205206
else
206207
@$(MAKE) -f $(THIS_FILE) test-local
207208
endif

0 commit comments

Comments
 (0)