Skip to content

Commit

Permalink
Merge pull request RackHD#489 from RackHD/revert-486-apidoc-bintray
Browse files Browse the repository at this point in the history
Revert "Travis changes to deploy API docs to bintray"
  • Loading branch information
Brian Parry authored Oct 10, 2016
2 parents 8673201 + 5c1303c commit 78309a1
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ cd $SCRIPT_DIR/..

npm run apidoc
npm run taskdoc
npm run swaggerdoc

0 comments on commit 78309a1

Please sign in to comment.