Skip to content

Commit

Permalink
Set travis timezone to PST
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjbauer committed Jan 14, 2019
1 parent 743dd50 commit dcdfed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ addons:
- wget
chrome: stable

before_install: npm i -g npm@latest
before_install:
- npm i -g npm@latest
- export TZ=America/Los_Angeles

script:
# Frontend tests
Expand Down

0 comments on commit dcdfed4

Please sign in to comment.