We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d47dd commit c5f5ca1Copy full SHA for c5f5ca1
.travis.yml
@@ -11,6 +11,8 @@ cache:
11
directories:
12
- node_modules
13
sudo: false
14
+services:
15
+ - xvfb
16
install:
17
- npm -g install npm@5.10
18
- npm install
travis_tests.sh
@@ -4,9 +4,6 @@ set -ev
4
if [ "${TEST_SUITE}" = "browser" ]; then
5
# Load display for browser tests
6
export DISPLAY=:99.0
7
- sh -e /etc/init.d/xvfb start
8
- # give xvfb some time to start
9
- sleep 3
10
npm run build
npm run test:browser
else
0 commit comments