Skip to content

Commit a985d6b

Browse files
committed
Only deploy on master commits (facepalm)
1 parent 14c93e8 commit a985d6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: node_js
22

3-
after_success: npm run deploy
3+
deploy:
4+
provider: script
5+
script: npm run deploy
6+
on:
7+
branch: master
48

59
notifications:
610
irc:

0 commit comments

Comments
 (0)