Skip to content

Commit

Permalink
Changed Travis CI env variables to global
Browse files Browse the repository at this point in the history
  • Loading branch information
Caner Dagli committed May 3, 2018
1 parent 95f0a1e commit a6b3dc6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- "node"
env:
- BROWSER_DRIVER_INSTALLER_CHROME_VERSION=67
- BROWSER_DRIVER_INSTALLER_CHROMEDRIVER_PATH=/tmp
- BROWSER_DRIVER_INSTALLER_FIREFOX_VERSION=57
- BROWSER_DRIVER_INSTALLER_GECKODRIVER_PATH=/tmp
global:
- BROWSER_DRIVER_INSTALLER_CHROME_VERSION=67
- BROWSER_DRIVER_INSTALLER_CHROMEDRIVER_PATH=/tmp
- BROWSER_DRIVER_INSTALLER_FIREFOX_VERSION=57
- BROWSER_DRIVER_INSTALLER_GECKODRIVER_PATH=/tmp

0 comments on commit a6b3dc6

Please sign in to comment.