Skip to content

Commit

Permalink
include documents in Travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumesh Suvarna committed Jan 31, 2019
1 parent 973bd00 commit 47fb682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ cache:
- node_modules
install:
- npm install -g serverless
- npm -i g apidoc
- npm install
jobs:
include:
- stage: docs
script: apidoc -i src/ -o public/docs
- stage: test
script: echo "test 1done"
- # stage name not required, will continue to use `test`
Expand Down

0 comments on commit 47fb682

Please sign in to comment.