mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed global env variables in Travis config
no issue - top-level env entries result in a separate build for each env so they need to be listed under the `global` key
This commit is contained in:
parent
46d3cc9901
commit
68a98d8e95
@ -6,9 +6,10 @@ node_js:
|
||||
- "10"
|
||||
|
||||
env:
|
||||
- MOZ_HEADLESS=1
|
||||
- JOBS=1 # See https://git.io/vdao3 for details.
|
||||
- GITHUB_OAUTH_KEY=003a44d58f12089d0c0261338298af3813330949
|
||||
global:
|
||||
- MOZ_HEADLESS=1
|
||||
- JOBS=1 # See https://git.io/vdao3 for details.
|
||||
- GITHUB_OAUTH_KEY=003a44d58f12089d0c0261338298af3813330949
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user