Skip to content

Commit 9175e6c

Browse files
committed
(#5) Enabled xvfb on Linux
1 parent cdc0b2d commit 9175e6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.build/run_linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ npm run compile
99
echo "init e2e test subpackage"
1010
npm --prefix e2e/tests ci
1111
echo "npm run coverage"
12-
E2E_TEST=1 npm run coverage
12+
npm run coverage
1313
docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${TRAVIS_NODE_VERSION}"

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ addons:
2626

2727
services:
2828
- docker
29+
- xvfb
2930

3031
install:
3132
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"

0 commit comments

Comments
 (0)