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.
.travis.yml
1 parent 95339a5 commit 0b22142Copy full SHA for 0b22142
.travis.yml
@@ -3,25 +3,27 @@ node_js: stable
3
cache: npm
4
script: npm run build && npm test && npm run docs
5
deploy:
6
+ # Publish to NPM
7
- provider: npm
8
skip_cleanup: true
9
email: parkjs814@gmail.com
10
api_key: $NPM_ACCESS_TOKEN
11
on:
- branch: master
12
tags: true
13
+
14
+ # Publish TypeDoc to GitHub Pages
15
- provider: pages
16
17
github_token: $GITHUB_ACCESS_TOKEN
18
local_dir: docs
19
keep_history: true
20
21
22
23
+ # Create a GitHub release
24
- provider: releases
25
api_key: $GITHUB_ACCESS_TOKEN
26
27
28
env:
29
global:
0 commit comments