Skip to content

Commit

Permalink
Merge pull request #355 from marmelab/timezone_travis
Browse files Browse the repository at this point in the history
[WIP] Change Travis timezone
  • Loading branch information
fzaninotto committed Mar 10, 2015
2 parents a8f0a45 + d9e2e60 commit 844af09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ language: node_js
node_js:
- "0.10"
before_install:
- "export TZ=Europe/Paris" # Change timezone to test Date function more accurately
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- gem update --system
Expand Down

0 comments on commit 844af09

Please sign in to comment.