Skip to content

Commit 8a274c0

Browse files
avocadowastakenleebyron
authored andcommitted
Run deploy docs script only on master branch. (immutable-js#1141)
1 parent 768151a commit 8a274c0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ addons:
1717
packages:
1818
- g++-4.9
1919

20-
after_success: npm run deploy
20+
deploy:
21+
- provider: script
22+
skip_cleanup: true
23+
script: npm run deploy
24+
on:
25+
tags: false
26+
branch: master
27+
repo: facebook/immutable-js

0 commit comments

Comments
 (0)