Skip to content

Commit

Permalink
fix(docs): Change docs build order
Browse files Browse the repository at this point in the history
  • Loading branch information
apowers313 committed Sep 17, 2015
1 parent 1d7fe3f commit d5511e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ after_success:
- export $(cat .to_export_back)
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
- npm run semantic-release
- npm run deploydocs
env:
global:
- secure: dt52USP0MSK6AgY6pr2WsbcpbzGH4Ot0cMiMl9cJoH1EQauka6ofcihy52MPmMU/5Ad/ARlsj+QyHs25OhQoaWQitZGaIktfiegsF9KqEJimdNBwnx8+bvAWK8PFvNLGh3JMULX19ek0SyqIbR2mlFMxyOwN2VyjjoOcn4dsjQDMOGLS21o0w3y8YQ5oTDgmPD8saJJgBCNDh/cmJPKakcT2gYaeyzf1fkBZLL8NJ1bIeAV+/IQgovm/ydGKJ15nskqvMCJ9YyX4X/Kwq+0pqOecTRLsHDNoF3ESDMrw9KeqGQ0ZYL/klaSGu/gkzdO6m1x4WGg6FM7CYEeKsiyWU28qZxDl/hiFH3bRus1ZHrdc3/95ozq0/T/Onrl/LqVkAWnENfi5BLnbOiNNT5wBTNJP+xS6PZcVcC1xS6DH7zNMJ1bTYcB6FNJoJYCQO6bDV4v9zZKSwfNhUpM2F+jzLSW/9juPbozYvfjU3nOXgY/rC8TQaQiwS6hlQE1HPDGFiApl92QlJQzGpuQyAWvxoePPhq44CHfLlOKzN82Hjc2e0bVPQs6oFhdF5ZEWLlLLoo1yXiIBvw456RWyM6Muf8tlyllku7/8By6PvbK5y32WVXYeCQezzt4hoxCa+bO8xYo/Pjq21A4tfxJYY/jpJhQoCJfuYttziAMcHFgXJdo=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"create-travis-deploy-key": "bash -c 'open https://github.com/settings/tokens/new &' && echo \"Create a new GitHub token at: https://github.com/settings/tokens/new\" && bash -c 'read -p \"Enter GitHub Token: \" TOKEN && { echo -n \" - secure: \"; ./node_modules/.bin/travis-encrypt -r `git config --get remote.origin.url | cut -d/ -f4-5 | cut -d. -f1` GH_TOKEN=$TOKEN | sed -n 2p | ./node_modules/.bin/strip-ansi; } >> .travis.yml'",
"testdocs": "/bin/bash -c 'sleep 2 && open http://localhost:5000 &'; ./node_modules/.bin/yuidoc --server 5000 -e .html,.js .",
"config": "./config.sh justdoit",
"semantic-release": "semantic-release pre && chmod 755 ./deploy-docs.sh && ./deploy-docs.sh && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d5511e5

Please sign in to comment.