Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit fa8e2dc

Browse files
committed
chore: fix travis configuration
1 parent 422bf22 commit fa8e2dc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
addons:
5-
firefox: "49.0"
3+
- "stable"
4+
services:
5+
- xvfb
66
install:
77
- npm install
88
before_script:
99
- npm install -g grunt
10-
- "export DISPLAY=:99.0"
11-
- "sh -e /etc/init.d/xvfb start"
12-
- sleep 3
13-
- echo 'America/Los_Angeles' | sudo tee /etc/timezone
14-
- sudo dpkg-reconfigure --frontend noninteractive tzdata
10+
- export TZ=America/Los_Angeles
1511
script: grunt

0 commit comments

Comments
 (0)