Skip to content

Commit 1c6be72

Browse files
committed
Tell TravisCI to run npm instead of gulp
1 parent 78ea1de commit 1c6be72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ before_install:
1818
before_script:
1919
- npm install
2020
script:
21-
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then gulp ci; else gulp test-pr; fi
21+
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run lint && npm run test-ci; else npm run test-pr; fi

0 commit comments

Comments
 (0)