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 14c93e8 commit a985d6bCopy full SHA for a985d6b
.travis.yml
@@ -1,6 +1,10 @@
1
language: node_js
2
3
-after_success: npm run deploy
+deploy:
4
+ provider: script
5
+ script: npm run deploy
6
+ on:
7
+ branch: master
8
9
notifications:
10
irc:
0 commit comments