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.
1 parent 36deac1 commit 876d249Copy full SHA for 876d249
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node_js
2
+node_js:
3
+ - "12.13"
4
+
5
+deploy:
6
+ provider: npm
7
+ email: $EMAIL
8
+ api_key: $API_KEY
9
+ on:
10
+ tags: true
11
+ branch: master
0 commit comments