travis 1.6.18.travis.604.5 → 1.6.18.travis.605.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OThiZTNlOGRhOWExNzhmNzYzZGE1ZmIxZGRmMmM5YTg1MWM0ZmNiNA==
4
+ OThmMTQzNDExYTljMmFjZGMzMjQwMzJlY2QwY2NkYTZiZjZjYjBhOQ==
5
5
  data.tar.gz: !binary |-
6
- YTQxZGU4YjAwZTgzMzcyZDZhMmE5YjJiZWM2OGUxZjgzZjliZWY2YQ==
6
+ ZGZmMGJlYjVlNDIxMWEyZDRhY2E3MjAzZDAwMTgwNGQzNTFlMzE5YQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmU5NmE4ZGIwYzQwYTY1NDM5OTk2ZmRlZDI4ZTYwZjUzZWEwZTI4MzhkMDdi
10
- Y2IzZTNiYTkyY2M1MmIwMzExMmU4OGZiNGFiOTFkZTI4NzFkYjI2NTg0NzVm
11
- ZmUyNjJiMjc3YzQ0YmM3OTJlNDZjMWUxZGU5Zjc0Nzc4MWFlYTU=
9
+ NTM1NjJkZGExNDhhNDcwNzYxZWQ2YzZiMDBiNjEwYTc1NDFhODMxNTA5Nzk5
10
+ OGViODY3NmQzZGEyZTA4YTU2ZDNkNGFiYTc0OGIxY2Y1YjI0NmU4OWY0NWQx
11
+ M2E1NGI3NTE3NDBhYzhiYTIxYzlhYzc2YWU2NDc2N2U5NGJhZTY=
12
12
  data.tar.gz: !binary |-
13
- OGE1MWVhZWQ0ZjA2Njg1NDM0OTk1NzQ4OGQ4OWJlM2Q0N2YwYWZjNjViYjUz
14
- MjUwNzMyOTYzYzM0NWMyNzZhNjM3Njc1ZjU5OTI1MGJhMThkMmEwZTdjOTcz
15
- NWY5OWNmMzViYmMwNzEwYjNkNGVlMWJhNjFmOTIyMWQzNzJmZjQ=
13
+ NDdmZmM3YmNlODljNWRhNjgwYzkxOGZmOTgyMGJhNTZhMjQxZTVmNzM1MTcz
14
+ MjU2NzAwNDIwODAzOTQxMDNkNTcwYzNiNWUzNmY1YTg2OGUxNzc2Yjc3OWFk
15
+ MWRkMTYxNTAxZTI0M2UwZDFiNWMwYzJmYTY1ODA4NDg2YzkzZTg=
data/README.md CHANGED
@@ -2030,7 +2030,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
2030
2030
 
2031
2031
  ## Version History
2032
2032
 
2033
- **1.6.18** (not yet released)
2033
+ **1.7.0** (not yet released)
2034
2034
 
2035
2035
  * Add `travis encrypt-file`.
2036
2036
  * Add `--store-repo`/`-R` to repository commands to permanently store the slug for a repository.
@@ -5,7 +5,7 @@
5
5
  Assumptions:
6
6
 
7
7
  * The repository is set up on Travis CI
8
- * You have version **1.6.18** or later of the Travis CI Command Line Client installed and setup up (you are logged in)
8
+ * You have version **1.7.0** or later of the Travis CI Command Line Client installed and setup up (you are logged in)
9
9
  * You have a local copy of the repository and a terminal open where your current working directory is said copy
10
10
  * In the repository is a file, called super_secret.txt, that you need on Travis CI but you don't want to publish its content on GitHub.
11
11
 
@@ -128,7 +128,7 @@ updating ssh key for myorg/main with key from myorg_key
128
128
  Current SSH key: CI dependencies
129
129
  ```
130
130
 
131
- Starting with the 1.6.18 release of the `travis` command line tool, you are able to combine it with the `repos` command to set up the key not only for for "main" and "main2", but all repositories under the "myorg" organization.
131
+ Starting with the 1.7.0 release of the `travis` command line tool, you are able to combine it with the `repos` command to set up the key not only for for "main" and "main2", but all repositories under the "myorg" organization.
132
132
 
133
133
  ``` console
134
134
  $ travis repos --active --owner myorg --pro | xargs -I % travis sshkey --upload myorg_key -r % --description "CI dependencies"
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.18.travis.604.5
4
+ version: 1.6.18.travis.605.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase