Skip to content

Commit 2a3bdf7

Browse files
committed
fix in travis
1 parent 1ccaee4 commit 2a3bdf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ os:
44
node_js:
55
- "lts/*"
66
sudo: false
7-
before_script:
8-
- "export DISPLAY=:99.0"
9-
- "sh -e /etc/init.d/xvfb start"
10-
- sleep 3 # give xvfb some time to start
7+
# before_script:
8+
# - "export DISPLAY=:99.0"
9+
# - "sh -e /etc/init.d/xvfb start"
10+
# - sleep 3 # give xvfb some time to start
1111
script:
1212
- npm run eslint
1313
- travis_retry npm test

0 commit comments

Comments
 (0)