Skip to content

Commit 07687b2

Browse files
committed
Adjust test target
1 parent a8b88f4 commit 07687b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ examples: node_modules
202202
test:
203203
ifeq ($(TRAVIS), true)
204204
# @$(MAKE) -f $(THIS_FILE) test-ci
205-
chmod 755 .travis.sh
206-
.travis.sh
205+
chmod 755 ./.travis.sh
206+
./.travis.sh
207207
else
208208
@$(MAKE) -f $(THIS_FILE) test-local
209209
endif

0 commit comments

Comments
 (0)