Skip to content

Commit

Permalink
(#5) Enabled xvfb on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Aug 12, 2020
1 parent cdc0b2d commit 9175e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .build/run_linux.sh
Expand Up @@ -9,5 +9,5 @@ npm run compile
echo "init e2e test subpackage"
npm --prefix e2e/tests ci
echo "npm run coverage"
E2E_TEST=1 npm run coverage
npm run coverage
docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} ${TRAVIS_NODE_VERSION}"
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -26,6 +26,7 @@ addons:

services:
- docker
- xvfb

install:
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"
Expand Down

0 comments on commit 9175e6c

Please sign in to comment.