travis 1.6.7.travis.428.9 → 1.6.7.travis.431.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +13 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NWM0MDliZjhkNTJkYjNmMmMyN2U2ZDQ5MzJiMzM5NTgzZjRhNWU0OQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTVhZTk1N2RjNzhiZDU3NmEwY2ZkZDg5MzM3MjlmNWUyNjI3ZTE1ZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGZiNDIyODllOGE2M2M5NzZmYjAzZDRiMDk2NTIxYzljYTY4NDQ2YjI0M2Q1
|
10
|
+
NzU0NGI3NTkzYjU5ZDA1ZTFlZmZkMDhmNjcxNDU4MzhiODM5ZGEzZTU2NWVm
|
11
|
+
MjY0NWIwYmM5M2I4ZTQ3NTdiMzI2NDc4ODAzODM1OTMyN2Y3NjI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGFjNGY2MmFiNDU2MzFmMzc3OGY0MDY2MGVkYWVmNmZkODNiZmFiNzY5MTg0
|
14
|
+
NTRkYmI3Y2VhZjRjODdlYzg3ZDEwZjZlZjE3M2NhMmZlYjU2MmYxYjE4MjIw
|
15
|
+
YWEzZjI2NmU5OGVlNzI0MmM3YzIwNDIxMDg3ZGU1YTIzNzczYmI=
|
data/README.md
CHANGED
@@ -43,6 +43,8 @@ The [travis gem](https://rubygems.org/gems/travis) includes both a [command line
|
|
43
43
|
* [Pro and Enterprise](#pro-and-enterprise)
|
44
44
|
* [Environment Variables](#environment-variables)
|
45
45
|
* [Desktop Notifications](#desktop-notifications)
|
46
|
+
* [Plugins](#plugins)
|
47
|
+
* [Official Plugins](#official-plugins)
|
46
48
|
* [Ruby Library](#ruby-library)
|
47
49
|
* [Authentication](#authentication)
|
48
50
|
* [Using Pro](#using-pro)
|
@@ -1014,6 +1016,16 @@ Some commands support sending desktop notifications. The following notification
|
|
1014
1016
|
* **Growl** - [growlnotify](http://growl.info/downloads#generaldownloads) has to be installed and [Growl](https://itunes.apple.com/us/app/growl/id467939042?mt=12&ign-mpt=uo%3D4) needs to be running. Does currently not support the Windows version of Growl.
|
1015
1017
|
* **libnotify** - needs [libnotify](http://www.linuxfromscratch.org/blfs/view/svn/x/libnotify.html) installed, including the `notify-send` executable.
|
1016
1018
|
|
1019
|
+
### Plugins
|
1020
|
+
|
1021
|
+
The `travis` binary has rudimentary support for plugins: It tries to load all files matching `~/.travis/*/init.rb`. Note that the APIs plugins use are largely semi-private. That is, they should remain stable, but are not part of the public API covered by semantic versioning. You can list the installed plugins via [`travis report`](#report).
|
1022
|
+
|
1023
|
+
It is possible to define new commands directly in the [init.rb](https://github.com/travis-ci/travis-build/blob/master/init.rb) or to set up [lazy-loading](https://github.com/travis-ci/travis-cli-pr/blob/master/init.rb) for these.
|
1024
|
+
|
1025
|
+
#### Official Plugins
|
1026
|
+
|
1027
|
+
* [travis-cli-gh](https://github.com/travis-ci/travis-cli-gh#readme): Plugin for interacting with the GitHub API.
|
1028
|
+
|
1017
1029
|
## Ruby Library
|
1018
1030
|
|
1019
1031
|
There are two approaches of using the Ruby library, one straight forward with one global session:
|
@@ -1534,7 +1546,7 @@ Ubuntu and Debian:
|
|
1534
1546
|
$ sudo apt-get install ruby1.9.3 ruby-switch
|
1535
1547
|
$ sudo ruby-switch --set ruby1.9.3
|
1536
1548
|
|
1537
|
-
Fedora
|
1549
|
+
Fedora:
|
1538
1550
|
|
1539
1551
|
$ sudo yum install ruby
|
1540
1552
|
|
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.6.7.travis.
|
4
|
+
version: 1.6.7.travis.431.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -30,7 +30,7 @@ authors:
|
|
30
30
|
autorequire:
|
31
31
|
bindir: bin
|
32
32
|
cert_chain: []
|
33
|
-
date:
|
33
|
+
date: 2014-01-07 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: faraday
|