Skip to content

Commit 6a1c470

Browse files
authored
Merge pull request #44 from Turbo87/deploy
CI: Deploy tags automatically to npm
2 parents f791d9e + 947354c commit 6a1c470

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ node_js:
55
- "4"
66
- "6"
77
- "stable"
8+
9+
deploy:
10+
provider: npm
11+
12+
api_key:
13+
secure: hdNfvaHaA0mSzapY1quVvk3WFwzPIsVirzsJlQ/yJA+9CNOCvOwc3IoLe36z3P2KuqVSbhJnqsCIHaPveKnz89iCl/jXllM2lSF21M3eplMZo6vj9cc3LTI1vhexBs8Kc5Nbis3R7enkQFfGkWwm7TG1giGupG0JcMUK993bbzc=
14+
on:
15+
tags: true
16+
repo: ember-cli/broccoli-uglify-sourcemap

0 commit comments

Comments
 (0)