Skip to content

Commit

Permalink
Make travis env vars global
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyclarkson committed May 24, 2016
1 parent db09be2 commit 6bf7daf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
language: node_js
env:
- DISPLAY=":99.0"
DEBUG=*
global:
- DISPLAY=":99.0"
- DEBUG=*
before_install:
- "sh -e /etc/init.d/xvfb start"
node_js:
Expand Down

0 comments on commit 6bf7daf

Please sign in to comment.