Skip to content

Commit 781eae2

Browse files
committed
Remove xvfb -> faster Travis run
1 parent ddcfc61 commit 781eae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ before_script:
66
- 'export PATH=$PWD/node_modules/.bin:$PATH'
77
node_js: 6
88
script:
9-
- xvfb-run npm test
10-
- xvfb-run npm run bench
9+
- npm run test
10+
- npm run bench

0 commit comments

Comments
 (0)