travis 1.5.6.travis.330.4 → 1.5.6.travis.332.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +2 -2
- data/lib/travis/cli/setup.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NjM3M2ZmNTcxMTUwYmMxY2I2NzQ4MTQ0NDcwNTViZDdiMDZhNTNjNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTM5Zjg4YWNjZTA2MTgzYTRhYjI3NzEwOGI3OWJhZTIxODlhODJhOA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTY0NzNkYzI3MTRkMjUxNTE4OTlkNWJhMWMyZjE4MDk0MGMyNzRjNzhmNDMy
|
10
|
+
NjY0ZDRkODljMjIxNGQ2Y2I2OTEyMGVkNTVhNGY1ZTY2Mzk3MDljODEzNWRl
|
11
|
+
Y2M0ZmRjZTNjYTNmNzhiMDAyNWQzZTFiYmUzOTMwMjlhZGEwZTY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODZlNjk5ZDAxNTk5MzlhNTA2NWUyYzIzZmMyYzZkNjk1YWQ0ZTI2ZjlkNGE4
|
14
|
+
NDk3ZjI4ZDNmYjNhZWJiN2NjNjBjOThjNTFiM2E1NGRlZjIzYTI0N2U3N2Fl
|
15
|
+
MTA1OGQ4NDk2ZjA1YjE4ODBlZTc2ZjQyNDYxNDQ2MGRlMTk1ZWI=
|
data/README.md
CHANGED
@@ -788,7 +788,7 @@ The custom `--api-endpoint` option is handy for local development:
|
|
788
788
|
$ travis whatsup --api-endpoint http://localhost:3000
|
789
789
|
...
|
790
790
|
|
791
|
-
If you have a Travis Enterprise setup in house, you can use the `--enterprise` (or short `-X`)
|
791
|
+
If you have a Travis Enterprise setup in house, you can use the `--enterprise` option (or short `-X`). It will ask you for the enterprise domain the first time it is used.
|
792
792
|
|
793
793
|
$ travis login -X
|
794
794
|
Enterprise domain: travisci.example.com
|
@@ -796,7 +796,7 @@ If you have a Travis Enterprise setup in house, you can use the `--enterprise` (
|
|
796
796
|
$ travis whatsup -X
|
797
797
|
...
|
798
798
|
|
799
|
-
Note that currently [Repository Commands](#repository-commands) will not be able to detect Travis Enterprise automatically
|
799
|
+
Note that currently [Repository Commands](#repository-commands) will not be able to detect Travis Enterprise automatically. You will have to use the `-X` flag at least once per repository. The command line tool will remember the API endpoint for subsequent commands issued against the same repository.
|
800
800
|
|
801
801
|
### Environment Variables
|
802
802
|
|
data/lib/travis/cli/setup.rb
CHANGED
@@ -3,6 +3,7 @@ require 'travis/cli'
|
|
3
3
|
module Travis
|
4
4
|
module CLI
|
5
5
|
class Setup < RepoCommand
|
6
|
+
autoload :Appfog, 'travis/cli/setup/appfog'
|
6
7
|
autoload :CloudControl, 'travis/cli/setup/cloud_control'
|
7
8
|
autoload :CloudFoundry, 'travis/cli/setup/cloud_foundry'
|
8
9
|
autoload :EngineYard, 'travis/cli/setup/engine_yard'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.6.travis.
|
4
|
+
version: 1.5.6.travis.332.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -28,7 +28,7 @@ authors:
|
|
28
28
|
autorequire:
|
29
29
|
bindir: bin
|
30
30
|
cert_chain: []
|
31
|
-
date: 2013-10-
|
31
|
+
date: 2013-10-22 00:00:00.000000000 Z
|
32
32
|
dependencies:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: faraday
|