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 65760d9 commit ef543d9Copy full SHA for ef543d9
.travis.yml
@@ -1,6 +1,4 @@
1
language: node_js
2
node_js:
3
- 10
4
-script: npm run build
5
-after_success:
6
- - if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then npm run deploy -s; fi
+script: npm run build && npm t
0 commit comments