We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae9051 commit ded5d77Copy full SHA for ded5d77
.travis.yml
@@ -16,4 +16,4 @@ before_install:
16
before_script:
17
- npm install
18
script:
19
-- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then gulp ci; else gulp pr; fi
+- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then gulp ci; else gulp test-pr; fi
0 commit comments