Skip to content

Commit

Permalink
Merge pull request travis-ci#427 from travis-ci/MdA-remove-biicode
Browse files Browse the repository at this point in the history
remove biicode deployment
  • Loading branch information
BanzaiMan committed Apr 21, 2016
2 parents 043e33c + 8227537 commit 68c1b79
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Dpl supports the following providers:
* [AWS CodeDeploy](#aws-codedeploy)
* [AWS OpsWorks](#opsworks)
* [Azure Web Apps](#azure-web-apps)
* [Biicode](#biicode)
* [Bintray](#bintray)
* [BitBalloon](#bitballoon)
* [Boxfuse](#boxfuse)
Expand Down Expand Up @@ -321,20 +320,6 @@ For authentication you can also use Travis CI secure environment variable:

dpl --provider=npm --email=<email> --api-key=<api-key>

### biicode:

**Requires `sudo`; cannot be used on containers**

#### Options:

* **user**: biicode username.
* **password**: biicode password.

#### Examples:

dpl --provider=biicode --user=<user> --password=<password>


### S3:

#### Options:
Expand Down
1 change: 0 additions & 1 deletion lib/dpl/provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class Provider
autoload :Appfog, 'dpl/provider/appfog'
autoload :Atlas, 'dpl/provider/atlas'
autoload :AzureWebApps, 'dpl/provider/azure_webapps'
autoload :Biicode, 'dpl/provider/biicode'
autoload :Bintray, 'dpl/provider/bintray'
autoload :BitBalloon, 'dpl/provider/bitballoon'
autoload :Boxfuse, 'dpl/provider/boxfuse'
Expand Down
35 changes: 0 additions & 35 deletions lib/dpl/provider/biicode.rb

This file was deleted.

0 comments on commit 68c1b79

Please sign in to comment.