travis 1.8.5.travis.781.4 → 1.8.5.travis.783.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51222c8d07492d1f75a92fe9adc6a393c7a933d1
|
4
|
+
data.tar.gz: 64ad3983fb6d5404f3b0a420ea216840297f2e17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 492341e71edc4956ef0216fa203cffe1498df598b9fb8a6dfe8fff89269d4979f775916180bc09665ee336a25dd0083b2b8bd27ba3ebe5c618f85c84d3d64dfe
|
7
|
+
data.tar.gz: 6d54fe773d2b41d1297f28911ce5df5c84b97d8f0cee58a68f3792c5d006ee945a8f17322870c03c394b237bfe384ba049fb0be7d97ccb4ff996fa173898ebcd
|
data/README.md
CHANGED
@@ -95,7 +95,7 @@ Every Travis command takes three global options:
|
|
95
95
|
|
96
96
|
The `--help` option is equivalent to running `travis help COMMAND`.
|
97
97
|
|
98
|
-
The `--interactive` options determines
|
98
|
+
The `--interactive` options determines whether to include additional information and colors in the output or not (except on Windows, we never display colors on Windows, sorry). If you don't set this option explicitly, you will run in interactive mode if you invoke the command directly in a shell and in non-interactive mode if you pipe it somewhere.
|
99
99
|
|
100
100
|
You probably want to use `--explode` if you are working on a patch for the Travis client, as it will give you the Ruby exception instead of a nice error message.
|
101
101
|
|
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.8.5.travis.
|
4
|
+
version: 1.8.5.travis.783.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -58,7 +58,7 @@ authors:
|
|
58
58
|
autorequire:
|
59
59
|
bindir: bin
|
60
60
|
cert_chain: []
|
61
|
-
date: 2016-11-
|
61
|
+
date: 2016-11-16 00:00:00.000000000 Z
|
62
62
|
dependencies:
|
63
63
|
- !ruby/object:Gem::Dependency
|
64
64
|
name: faraday
|