travis 1.8.14.travis.1163.9 → 1.8.14.travis.1164.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/assets/travis.sh +1 -1
- data/lib/travis/cli/history.rb +1 -1
- data/travis.gemspec +4 -2
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d844ed62f8f646bb9e77158a052592fd6521b7097c36a062636eca83d8df534
|
|
4
|
+
data.tar.gz: a959ef9702ab60733f3fd679f225daa7f481ae2a74954e90bf38501f786db4c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdf06176fc44614d086a8671d1e44ef294768caedfc08a5b360355d9a887033c4180b0e556348f643d1f46c3845c5a7dc5f082d0998c791fcd8107f86c8dd495
|
|
7
|
+
data.tar.gz: 5844d7ba6a12a14767701f398afe326457bab3a345057a120784f7c3ef6a07ea3cf8ddb99a2d0c19ccbbd0cf0159df9c1664141e186b65531596846a97030e1c
|
data/README.md
CHANGED
|
@@ -33,7 +33,7 @@ The [travis gem](https://rubygems.org/gems/travis) includes both a [command line
|
|
|
33
33
|
* [`encrypt`](#encrypt) - encrypts values for the .travis.yml
|
|
34
34
|
* [`encrypt-file`](#encrypt-file) - encrypts a file and adds decryption steps to .travis.yml
|
|
35
35
|
* [`env`](#env) - show or modify build environment variables
|
|
36
|
-
* [`history`](#history) - displays a
|
|
36
|
+
* [`history`](#history) - displays a project's build history
|
|
37
37
|
* [`init`](#init) - generates a .travis.yml and enables the project
|
|
38
38
|
* [`logs`](#logs) - streams test logs
|
|
39
39
|
* [`open`](#open) - opens a build or job in the browser
|
|
@@ -918,7 +918,7 @@ $ travis env unset foo bar
|
|
|
918
918
|
|
|
919
919
|
#### `history`
|
|
920
920
|
|
|
921
|
-
Displays a
|
|
921
|
+
Displays a project's build history.
|
|
922
922
|
Usage: travis history [options]
|
|
923
923
|
-h, --help Display help
|
|
924
924
|
-i, --[no-]interactive be interactive and colorful
|
data/assets/travis.sh
CHANGED
|
@@ -20,7 +20,7 @@ _travis_complete() {
|
|
|
20
20
|
if type compdef 1>/dev/null 2>/dev/null; then
|
|
21
21
|
compdef _travis travis
|
|
22
22
|
_travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
|
|
23
|
-
_travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell; requires `pry`" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" encrypt-file:"encrypts a file and adds decryption steps to .travis.yml" endpoint:"displays or changes the API endpoint" env:"show or modify build environment variables" help:"helps you out when in dire need of information" history:"displays a
|
|
23
|
+
_travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell; requires `pry`" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" encrypt-file:"encrypts a file and adds decryption steps to .travis.yml" endpoint:"displays or changes the API endpoint" env:"show or modify build environment variables" help:"helps you out when in dire need of information" history:"displays a project's build history" init:"generates a .travis.yml and enables the project" lint:"display warnings for a .travis.yml" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" report:"generates a report useful for filing issues" repos:"lists repositories the user has certain permissions on" requests:"lists recent requests" restart:"restarts a build or job" settings:"access repository settings" setup:"sets up an addon or deploy target" show:"displays a build or job" sshkey:"checks, updates or deletes an SSH key" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
|
|
24
24
|
_travis_setup() { list=(anynines:"automatic deployment to anynines" appfog:"automatic deployment to Appfog" artifacts:"automatic artifact shipping to S3" biicode:"automatic publish to biicode" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" codedeploy:"triggering a new deployment on Amazon CodeDeploy" deis:"automatic deployment to a deis app" divshot:"deployment to Divshot.io" elasticbeanstalk:"deployment to AWS Elastic Beanstalk" engineyard:"automatic deployment to Engine Yard" gcs:"automatic pushing to Google Cloud Storage" hackage:"automatic deployment of hackage packages" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s3:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
|
|
25
25
|
_travis_settings() { list=(builds_only_with_travis_yml:"Only run builds with a .travis.yml" build_pushes:"Build pushes" build_pull_requests:"Build pull requests" maximum_number_of_builds:"Maximum number of concurrent builds" auto_cancel_pushes:"Cancel older push builds that are not yet running" auto_cancel_pull_requests:"Cancel older pull request builds that are not yet running") _describe -t common-commands 'common commands' list; }
|
|
26
26
|
_travis_init() { list=(c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
|
data/lib/travis/cli/history.rb
CHANGED
|
@@ -3,7 +3,7 @@ require 'travis/cli'
|
|
|
3
3
|
module Travis
|
|
4
4
|
module CLI
|
|
5
5
|
class History < RepoCommand
|
|
6
|
-
description "displays a
|
|
6
|
+
description "displays a project's build history"
|
|
7
7
|
|
|
8
8
|
on('-a', '--after BUILD', 'Only show history after a given build number')
|
|
9
9
|
on('-p', '--pull-request NUMBER', 'Only show history for the given Pull Request')
|
data/travis.gemspec
CHANGED
|
@@ -50,7 +50,8 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
"Nero Leung",
|
|
51
51
|
"Peter Bengtsson",
|
|
52
52
|
"Robert Van Voorhees",
|
|
53
|
-
"Simon Cropp"
|
|
53
|
+
"Simon Cropp",
|
|
54
|
+
"ia"
|
|
54
55
|
]
|
|
55
56
|
|
|
56
57
|
# generated from git shortlog -sne
|
|
@@ -97,7 +98,8 @@ Gem::Specification.new do |s|
|
|
|
97
98
|
"peterbe@mozilla.com",
|
|
98
99
|
"rcvanvo@gmail.com",
|
|
99
100
|
"simon.cropp@gmail.com",
|
|
100
|
-
"carla@travis-ci.org"
|
|
101
|
+
"carla@travis-ci.org",
|
|
102
|
+
"isaac.ardis@gmail.com"
|
|
101
103
|
]
|
|
102
104
|
|
|
103
105
|
# generated from git ls-files
|
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.14.travis.
|
|
4
|
+
version: 1.8.14.travis.1164.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiro Asari
|
|
@@ -44,6 +44,7 @@ authors:
|
|
|
44
44
|
- Peter Bengtsson
|
|
45
45
|
- Robert Van Voorhees
|
|
46
46
|
- Simon Cropp
|
|
47
|
+
- ia
|
|
47
48
|
autorequire:
|
|
48
49
|
bindir: bin
|
|
49
50
|
cert_chain: []
|
|
@@ -274,6 +275,7 @@ email:
|
|
|
274
275
|
- rcvanvo@gmail.com
|
|
275
276
|
- simon.cropp@gmail.com
|
|
276
277
|
- carla@travis-ci.org
|
|
278
|
+
- isaac.ardis@gmail.com
|
|
277
279
|
executables:
|
|
278
280
|
- travis
|
|
279
281
|
extensions: []
|