Skip to content

Commit 97527f4

Browse files
committed
add "documentation" for the various web-interface variables
1 parent 4cd87b2 commit 97527f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ env:
22
# To update the secure tokens, run `travis encrypt NAME='VALUE' --add` after
33
# installing the travis gem with `gem install travis`.
44
global:
5+
# variables from the web interface:
6+
# - BOT_ITC_PASSWORD_FOR_FASTLANE
7+
# - BUGSNAG_KEY: api key for Bugsnag connection
8+
# - CI_USER_TOKEN: unknown
9+
# - DANGER_GITHUB_API_TOKEN: api key to let Danger write comments to github
10+
# - FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: app-specific password for the iTMS Transporter (obselete)
11+
# - FASTLANE_PASSWORD: password for apple id used by fastlane
12+
# - FASTLANE_SESSION: if fastlane's apple ID has 2fa enabled, this is the 1-month 2fa session cookie
13+
# - GCAL_KEY: google calendar API key
14+
# - GH_TOKEN: unknown
15+
# - GITHUB_PAGES_TOKEN: token to push to gh-pages
16+
# - GMAPS_KEY: google maps API key
517
# sets our node version in one nice place
618
- TRAVIS_NODE_VERSION=8
719
# set the ruby version up top

0 commit comments

Comments
 (0)