Skip to content

Commit d8b1a58

Browse files
authored
Merge pull request #247 from jemygraw/master
add travis auto publish scripts
2 parents 4a02c34 + c9ece5c commit d8b1a58

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.travis.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
language: node_js
22
node_js:
3-
- '4'
3+
- '4'
44
cache:
55
directories:
6-
- node_modules
7-
- bower_components
6+
- node_modules
7+
- bower_components
88
install:
9-
- npm install
10-
- bower install
9+
- npm install
10+
- bower install
1111
script:
12-
- grunt
12+
- grunt
13+
deploy:
14+
provider: npm
15+
16+
api_key:
17+
secure: d06l6wsuv/YFeY3E0TRGemGjtQ7LZdN9WxiFnseT2exTFkDgMw9EV2uOUWllXNrbxXUY+2ZpDswtYrgZ4exQGfKKQRGFy6/g8oxPgyylVwBz98vlie8NvXXmANoyt7mwQwjninf5/XUiY3cwn9YCaU1jyxcayFdQTex05T++qvc=
18+
on:
19+
tags: true

0 commit comments

Comments
 (0)