Skip to content

Commit

Permalink
make env vars global
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Mar 30, 2018
1 parent 84e9139 commit 9ce18a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ addons:
firefox: "latest"

env:
- MOZ_HEADLESS=1 # necessary for Firefox headless, see https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-the-Firefox-addon-in-headless-mode
- SAUCE_USERNAME=mobiledoc-kit
- SAUCE_ACCESS_KEY=f9cad21d-1141-452d-8f64-c6ba3f43faa6
global:
- MOZ_HEADLESS=1 # necessary for Firefox headless, see https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-the-Firefox-addon-in-headless-mode
- SAUCE_USERNAME=mobiledoc-kit
- SAUCE_ACCESS_KEY=f9cad21d-1141-452d-8f64-c6ba3f43faa6

cache:
yarn: true
Expand Down

0 comments on commit 9ce18a5

Please sign in to comment.