We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b00f74 commit 03f2788Copy full SHA for 03f2788
1 file changed
Makefile
@@ -85,7 +85,7 @@ TESTLING_DIR ?= ./
85
86
# TRAVIS #
87
88
-TRAVIS_RUN ?= ./.travis.sh
+TRAVIS_CI ?= ./tools/ci/travis.sh
89
90
91
# JSHINT #
@@ -293,8 +293,8 @@ view-istanbul-report:
293
.PHONY: coverage coverage-codecov
294
295
test-ci: node_modules
296
- chmod 755 $(TRAVIS_RUN)
297
- $(TRAVIS_RUN)
+ chmod 755 $(TRAVIS_CI)
+ $(TRAVIS_CI)
298
299
test-ci-browsers: node_modules
300
xvfb-run make -f $(THIS_FILE) test-browsers
0 commit comments