Skip to content

Commit 03f2788

Browse files
committed
Change Travis CI cmd
1 parent 1b00f74 commit 03f2788

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ TESTLING_DIR ?= ./
8585

8686
# TRAVIS #
8787

88-
TRAVIS_RUN ?= ./.travis.sh
88+
TRAVIS_CI ?= ./tools/ci/travis.sh
8989

9090

9191
# JSHINT #
@@ -293,8 +293,8 @@ view-istanbul-report:
293293
.PHONY: coverage coverage-codecov
294294

295295
test-ci: node_modules
296-
chmod 755 $(TRAVIS_RUN)
297-
$(TRAVIS_RUN)
296+
chmod 755 $(TRAVIS_CI)
297+
$(TRAVIS_CI)
298298

299299
test-ci-browsers: node_modules
300300
xvfb-run make -f $(THIS_FILE) test-browsers

0 commit comments

Comments
 (0)