Skip to content

Commit 1faa60f

Browse files
author
Simon Hofmann
committed
Removed xvfb-run since services should already handle it properly
1 parent 5c2d016 commit 1faa60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ install: true
5656
script:
5757
- npm run patch && npm i
5858
- if [[ $TRAVIS_OS_NAME = "windows" ]]; then npm run build:release:win; else npm run build:release; fi
59-
- xvfb-run npm test
59+
- npm test
6060

6161
before_deploy:
6262
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null

0 commit comments

Comments
 (0)