We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
travis.yml
1 parent 2a55fc4 commit 4e9852fCopy full SHA for 4e9852f
.travis.yml
@@ -0,0 +1,25 @@
1
+language: node_js
2
+node_js:
3
+ - '10'
4
+script: yarn build
5
+deploy:
6
+ - provider: npm
7
+ email: $NPM_EMAIL
8
+ api_key: $NPM_TOKEN
9
+ skip_cleanup: true
10
+ on:
11
+ tags: true
12
+ - provider: releases
13
+ api_key: $GITHUB_OAUTH_TOKEN
14
+ file_glob: true
15
+ file: dist/*
16
17
18
19
+ - provider: pages
20
21
+ github_token: $GITHUB_PAGES_TOKEN
22
+ local_dir: dist
23
+ fqdn: vue-mapbox-gl.peterhegman.com
24
25
+ branch: master
0 commit comments