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.
2 parents 4a02c34 + c9ece5c commit d8b1a58Copy full SHA for d8b1a58
.travis.yml
@@ -1,12 +1,19 @@
1
language: node_js
2
node_js:
3
- - '4'
+- '4'
4
cache:
5
directories:
6
- - node_modules
7
- - bower_components
+ - node_modules
+ - bower_components
8
install:
9
- - npm install
10
- - bower install
+- npm install
+- bower install
11
script:
12
- - grunt
+- grunt
13
+deploy:
14
+ provider: npm
15
+ email: [email protected]
16
+ api_key:
17
+ secure: d06l6wsuv/YFeY3E0TRGemGjtQ7LZdN9WxiFnseT2exTFkDgMw9EV2uOUWllXNrbxXUY+2ZpDswtYrgZ4exQGfKKQRGFy6/g8oxPgyylVwBz98vlie8NvXXmANoyt7mwQwjninf5/XUiY3cwn9YCaU1jyxcayFdQTex05T++qvc=
18
+ on:
19
+ tags: true
0 commit comments