travis 1.6.18.travis.604.5 → 1.6.18.travis.605.5
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 +8 -8
- data/README.md +1 -1
- data/examples/cli/encrypt_file.md +1 -1
- data/examples/cli/private_dependencies.md +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OThmMTQzNDExYTljMmFjZGMzMjQwMzJlY2QwY2NkYTZiZjZjYjBhOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGZmMGJlYjVlNDIxMWEyZDRhY2E3MjAzZDAwMTgwNGQzNTFlMzE5YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTM1NjJkZGExNDhhNDcwNzYxZWQ2YzZiMDBiNjEwYTc1NDFhODMxNTA5Nzk5
|
|
10
|
+
OGViODY3NmQzZGEyZTA4YTU2ZDNkNGFiYTc0OGIxY2Y1YjI0NmU4OWY0NWQx
|
|
11
|
+
M2E1NGI3NTE3NDBhYzhiYTIxYzlhYzc2YWU2NDc2N2U5NGJhZTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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"
|