Skip to content

Commit

Permalink
need to install docs as well now
Browse files Browse the repository at this point in the history
  • Loading branch information
South-Paw committed Oct 9, 2019
1 parent 45d9c9f commit c6541aa
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 @@ -3,6 +3,9 @@ language: node_js
node_js:
- '12'

before_script:
- yarn docs:install

script:
- yarn lint
- yarn test --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand Down

0 comments on commit c6541aa

Please sign in to comment.