Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Reinstate docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 10, 2017
1 parent 93357df commit 0ccae24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,5 +13,5 @@ install:
- bash ./scripts/travis_install.sh
script:
- bash ./scripts/travis_script.sh
# after_success:
# - bash ./scripts/travis_after_success.sh
after_success:
- bash ./scripts/travis_after_success.sh
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,8 +24,8 @@
"mocha": "^2.2.5",
"rimraf": "^2.4.2",
"text-encoding": "^0.5.2",
"typedoc": "^0.5.0",
"typescript": "^2.2.1",
"typedoc": "^0.5.7",
"typescript": "~2.1.6",
"webpack": "^1.13.1",
"ws": "^1.0.1",
"xmlhttprequest": "^1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis_script.sh
Expand Up @@ -15,4 +15,4 @@ pushd examples/node
python main.py
popd

#npm run docs
npm run docs

0 comments on commit 0ccae24

Please sign in to comment.