Skip to content

Commit e3ab372

Browse files
committed
Place .com first
1 parent dca1802 commit e3ab372

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

user/environment-variables.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,12 @@ Encrypt environment variables with the public key attached to your repository us
110110

111111
2. In your repository directory:
112112

113+
* If you are using https://travis-ci.com, see [Encryption keys -- Usage](https://docs.travis-ci.com/user/encryption-keys#usage).
113114
* If you are using https://travis-ci.org, run:
114115

115116
```bash
116117
travis encrypt MY_SECRET_ENV=super_secret --add env.global
117118
```
118-
119-
* If you are using https://travis-ci.com, see [Encryption keys -- Usage](https://docs.travis-ci.com/user/encryption-keys#usage).
120119

121120
3. Commit the changes to your `.travis.yml`.
122121

0 commit comments

Comments
 (0)