Skip to content

Commit

Permalink
Revert "Travis changes to deploy API docs to bintray"
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Parry committed Oct 10, 2016
1 parent 8673201 commit 5c1303c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 34 deletions.
19 changes: 0 additions & 19 deletions .bintray-doc.json

This file was deleted.

File renamed without changes.
21 changes: 7 additions & 14 deletions .travis.yml
Expand Up @@ -30,20 +30,13 @@ before_deploy:
- ./extra/make-deb.sh

deploy:
- provider: bintray
file: .bintray-deb.json
user: $BINTRAY_USER
key: $BINTRAY_KEY
on:
branch: master
node: "4"
- provider: bintray
file: .bintray-doc.json
user: $BINTRAY_USER
key: $BINTRAY_KEY
on:
branch: master
node: "4"
provider: bintray
file: .bintray.json
user: $BINTRAY_USER
key: $BINTRAY_KEY
on:
branch: master
node: "4"

notifications:
slack:
Expand Down
1 change: 0 additions & 1 deletion extra/make-docs.sh
Expand Up @@ -6,4 +6,3 @@ cd $SCRIPT_DIR/..

npm run apidoc
npm run taskdoc
npm run swaggerdoc

0 comments on commit 5c1303c

Please sign in to comment.