travis 1.5.6.travis.336.4 → 1.5.6.travis.337.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
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzAwMjM2MzczZjcyM2Y0MjY0MDAwNzFmMGQ3YjEwYmVjMzI4NjUzYQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjY1ZmQ4YWY2NDJmYjI4OWU3NDFiYzBhZGZjMDFmYzU3MzNlZTM0Zg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZWNkY2RiNThkYjhlMWIzMDhhMWQwMWYxYzgyZmEzNzgzM2M5NGI3MjkzMTg0
|
10
|
+
OTlkZjA4ZDI0NGY5Y2RlOTY0ZjM5NDdmMTU2MGE0OGViZGU3YzM0Y2ExNDQz
|
11
|
+
MGM2YTllNzMxYTBkYmNlMDgwOTIwZWIxOTcyNGZmZWJkMjQ0ZjM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGRiYWVjYjlmMjRmOTIwMzkwMGVmNjFlYWUzYzcxNjViYjU3YTZhYjI2NzJl
|
14
|
+
NjE5NWQ2ZTcwMWU5NzEwZTQ1NjM3MzNmOWRkN2M2MTE0OWM4MmUxOGZiOTIx
|
15
|
+
ODE4ZTZiNTZmYTkwMWFlZjViMDVhNTQ2NjcwNmQxYjU3MGRlYjg=
|
data/README.md
CHANGED
@@ -676,7 +676,7 @@ Helps you configure Travis addons.
|
|
676
676
|
-r, --repo SLUG repository to use (will try to detect from current git clone)
|
677
677
|
-f, --force override config section if it already exists
|
678
678
|
|
679
|
-
Available services: `appfog`, `cloudcontrol`, `cloudfoundry`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems` and `sauce_connect`.
|
679
|
+
Available services: `appfog`, `cloudcontrol`, `cloudfoundry`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems`, `s3` and `sauce_connect`.
|
680
680
|
|
681
681
|
Example:
|
682
682
|
|
@@ -1304,7 +1304,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
1304
1304
|
|
1305
1305
|
**unreleased changes**
|
1306
1306
|
|
1307
|
-
* Add `travis setup appfog`.
|
1307
|
+
* Add `travis setup appfog` and `travis setup s3`.
|
1308
1308
|
* Use new API for fetching a single branch for Repository#branch. This also circumvents the 25 branches limit.
|
1309
1309
|
* Start publishing gem prereleases after successful builds.
|
1310
1310
|
* Have `travis logs` display first job for a build if a build number is given (or for the last build if called without arguments)
|