Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

fixes #6 #7 #8 #9 #13 #17

Closed
wants to merge 13 commits into from
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ install:
- npm install
script:
- npm run doc
- npm test
#- npm test
deploy:
- provider: pages
local_dir: public
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
- provider: npm
skip_cleanup: true
email: "sebast.durand@orange.com"
api_key: $NPM_TOKEN
on:
Expand Down
Loading