travis 1.8.14.travis.1192.9 → 1.8.14.travis.1195.9
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 -0
- data/travis.gemspec +4 -2
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 771452c7b510fbfae503ade3f4ec52605b453cc7818aab23113db62ac9d89b1b
|
4
|
+
data.tar.gz: 34e50020d48749958a1b216832d860572c961db49c61bc568c46cd241d238237
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c4fff3659c7dd5c942a2caef77ffdc7148337c4e9e54b73578891ae63baab1214258a515824904651c1067b0a9e94215a06d07265cc4866abb356f451f3de11
|
7
|
+
data.tar.gz: 62a2a0e6b897729e2ebe5d205f2afd8fbfbf99aaaeadfda283479afb14464211fbc2bdc1465e7dab052dfdf3dc706786340de3943e1ebb427a826e5380eea124
|
data/README.md
CHANGED
@@ -249,6 +249,7 @@ Successfully logged in!
|
|
249
249
|
As you can see above, it will ask you for your GitHub user name and password, but not send these to Travis CI. Instead, it will use them to create a GitHub API token, show the token to Travis, which then on its own checks if you really are who you say you are, and gives you an access token for the Travis API in return. The client will then delete the GitHub token again, just to be sure. But don't worry, all that happens under the hood and fully automatic.
|
250
250
|
|
251
251
|
If you don't want it to send your credentials to GitHub, you can create a GitHub token on your own and supply it via `--github-token`. In that case, the client will not delete the GitHub token (as it can't, it needs your password to do this). Travis CI will not store the token, though - after all, it already should have a valid token for you in the database.
|
252
|
+
*NOTE*: When creating a GitHub token, see [GitHub Permissions used by travis-ci.com](https://docs.travis-ci.com/user/github-oauth-scopes/#travis-ci-for-private-projects) or [GitHub Permissions used by travis-ci.org](https://docs.travis-ci.com/user/github-oauth-scopes/#travis-ci-for-open-source-projects). The token permissions are dependent on use of travis-ci.com or travis-ci.org and not if they are public or private repositories.
|
252
253
|
|
253
254
|
A third option is for the really lazy: `--auto`. In this mode the client will try to find a GitHub token for you and just use that. This will only work if you have a [global GitHub token](https://help.github.com/articles/git-over-https-using-oauth-token) stored in your [.netrc](http://blogdown.io/c4d42f87-80dd-45d5-8927-4299cbdf261c/posts/574baa68-f663-4dcf-88b9-9d41310baf2f). If you haven't heard of this, it's worth looking into in general. Again: Travis CI will not store that token.
|
254
255
|
|
data/travis.gemspec
CHANGED
@@ -74,7 +74,8 @@ Gem::Specification.new do |s|
|
|
74
74
|
"Titus",
|
75
75
|
"Titus Wormer",
|
76
76
|
"designerror",
|
77
|
-
"ia"
|
77
|
+
"ia",
|
78
|
+
"slewt"
|
78
79
|
]
|
79
80
|
|
80
81
|
# generated from git shortlog -sne
|
@@ -144,7 +145,8 @@ Gem::Specification.new do |s|
|
|
144
145
|
"tituswormer@gmail.com",
|
145
146
|
"carla@travis-ci.org",
|
146
147
|
"designerror@yandex.ru",
|
147
|
-
"isaac.ardis@gmail.com"
|
148
|
+
"isaac.ardis@gmail.com",
|
149
|
+
"leland@lcweathers.net"
|
148
150
|
]
|
149
151
|
|
150
152
|
# 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.1195.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiro Asari
|
@@ -67,10 +67,11 @@ authors:
|
|
67
67
|
- Titus Wormer
|
68
68
|
- designerror
|
69
69
|
- ia
|
70
|
+
- slewt
|
70
71
|
autorequire:
|
71
72
|
bindir: bin
|
72
73
|
cert_chain: []
|
73
|
-
date: 2020-04-
|
74
|
+
date: 2020-04-23 00:00:00.000000000 Z
|
74
75
|
dependencies:
|
75
76
|
- !ruby/object:Gem::Dependency
|
76
77
|
name: faraday
|
@@ -314,6 +315,7 @@ email:
|
|
314
315
|
- carla@travis-ci.org
|
315
316
|
- designerror@yandex.ru
|
316
317
|
- isaac.ardis@gmail.com
|
318
|
+
- leland@lcweathers.net
|
317
319
|
executables:
|
318
320
|
- travis
|
319
321
|
extensions: []
|