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 25f4175 + bdbb937 commit 93bec48Copy full SHA for 93bec48
.travis.yml
@@ -15,3 +15,10 @@ install:
15
script:
16
# Just run the default task and make sure it builds, there aren't any tests :(
17
- node_modules/.bin/grunt
18
+
19
+deploy:
20
+ provider: npm
21
+ api_key:
22
+ secure: "O4lUW79nn+4ZX9jjCp5qvH5uUbKqP0UNu19Ra5X/q6TY+goIOh02YzHg2uk34nm7eEDjquo6GeEKIq3ZOTlV/2V6lgkMyMF+1x27VOxvTnObUEcCC1mF2Dpa3kOsCHTKsv3XNJd/KrfYN4LZ8wdlpHcvIcTO/I3njTAxEn+PA/g="
23
+ on:
24
+ tags: true
0 commit comments