Commit 2605abf
committed
travis-build.sh: import GPG key, but don't decrypt
The decryption will be done in the before_install phase, as
specified in the .travis.yml. This is what "travis encrypt-file"
sets up when you pass "--add". It is a nice way to do it because
the environment-specific stuff all stays in .travis.yml at the end,
and we do not need to pass key and iv values into travis-build.sh.1 parent 37d36d3 commit 2605abf
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
0 commit comments