We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca1802 commit e3ab372Copy full SHA for e3ab372
user/environment-variables.md
@@ -110,13 +110,12 @@ Encrypt environment variables with the public key attached to your repository us
110
111
2. In your repository directory:
112
113
+ * If you are using https://travis-ci.com, see [Encryption keys -- Usage](https://docs.travis-ci.com/user/encryption-keys#usage).
114
* If you are using https://travis-ci.org, run:
115
116
```bash
117
travis encrypt MY_SECRET_ENV=super_secret --add env.global
118
```
-
119
- * If you are using https://travis-ci.com, see [Encryption keys -- Usage](https://docs.travis-ci.com/user/encryption-keys#usage).
120
121
3. Commit the changes to your `.travis.yml`.
122
0 commit comments