Skip to content

Commit

Permalink
Merge pull request #19 from dimitrovs/master
Browse files Browse the repository at this point in the history
CI/CD
  • Loading branch information
dimitrovs authored Feb 18, 2021
2 parents 09dba7e + affeb72 commit 71dc699
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: node_js
node_js:
- "stable"
cache:
directories:
- "node_modules"
npm: false

jobs:
include:
Expand Down
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"exclude": [
"node_modules",
"dist"
]
],
"typedocOptions": {
"entryPoints": ["src/server.ts"],
"out": "docs"
}
}

0 comments on commit 71dc699

Please sign in to comment.