We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ea1de commit 1c6be72Copy full SHA for 1c6be72
1 file changed
.travis.yml
@@ -18,4 +18,4 @@ before_install:
18
before_script:
19
- npm install
20
script:
21
-- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then gulp ci; else gulp test-pr; fi
+ - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run lint && npm run test-ci; else npm run test-pr; fi
0 commit comments