travis 1.6.3.travis.386.4 → 1.6.3.travis.387.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 +8 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDFlZDIzNTZhNDU5YzQ3Njk2YjYwNTMzNTM1MTI1YWQ2M2M4MTEyMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NTQ2ODE3Y2I5NmI4N2M5NDQ3MGE1N2NlMzllZTQwNDNkNWRmNmM2Zg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MWI0ZmIwNmM5Zjg3M2Q1ZDY0ZmU2MGNjNGU4YTQ1MzJiMTljMzA5ZTY0ZjI2
|
10
|
+
OWNmYjk0OWIyZGE4OTcwMDU5MmIwYzlmNjljNGRhZTVjZjczYjkxM2FlZjAz
|
11
|
+
MWE4OWUxNzM2Yzg5YTZiMzIwNDEzM2UzMzQ5MzVmYTRiYzBmZDM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NmJhMTVhZDM1Mjc3ZjUwMDNjNDM1YTAxNDc3ZTM4ODllODc4ZWMxNjMxMzkw
|
14
|
+
YzYyNTM2MjMwMDU0Y2M2ZWM3ODNiMWQ3OGE2N2Y1MmUxYmQ4NGY2YzU5ODcy
|
15
|
+
MTcxNzQ4NzAxOWQ5YTYzY2RjNjkzYzFiNTJkYzY5YWYyODdkYzE=
|
data/README.md
CHANGED
@@ -801,7 +801,7 @@ Helps you configure Travis addons.
|
|
801
801
|
-r, --repo SLUG repository to use (will try to detect from current git clone)
|
802
802
|
-f, --force override config section if it already exists
|
803
803
|
|
804
|
-
Available services: `appfog`, `cloudcontrol`, `cloudfoundry`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems`, `s3` and `sauce_connect`.
|
804
|
+
Available services: `appfog`, `cloudcontrol`, `cloudfiles`, `cloudfoundry`, `divshot`, `engineyard`, `heroku`, `nodejitsu`, `npm`, `openshift`, `pypi`, `rubygems`, `s3` and `sauce_connect`.
|
805
805
|
|
806
806
|
Example:
|
807
807
|
|
@@ -1446,8 +1446,15 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
1446
1446
|
|
1447
1447
|
**1.6.3** (not yet released)
|
1448
1448
|
|
1449
|
+
* Fix OS detection on Windows.
|
1450
|
+
* Add `travis setup cloudfiles`.
|
1451
|
+
* Add `travis setup divshot`.
|
1452
|
+
* Add `--date` flag to `travis history`.
|
1453
|
+
* Add upload and target directory options to `travis setup s3`.
|
1454
|
+
* Include commit message in desktop notifications.
|
1449
1455
|
* Check if Notification Center or Growl is actually running before sending out notifications.
|
1450
1456
|
* Better documentation for desktop notifications.
|
1457
|
+
* Make tests Ruby on Rubinius 2.x.
|
1451
1458
|
|
1452
1459
|
**1.6.2** (November 8, 2013)
|
1453
1460
|
|