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 127025b commit bdec99bCopy full SHA for bdec99b
.travis.yml
@@ -45,14 +45,13 @@ before_install:
45
before_script:
46
# Start xvfb
47
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export DISPLAY=:99.0; fi
48
- - if [[ $TRAVIS_OS_NAME == "linux" ]]; then sleep 3; fi
49
50
install: true
51
52
script:
53
- npm run patch && npm i
54
- if [[ $TRAVIS_OS_NAME = "windows" ]]; then npm run build:release:win; else npm run build:release; fi
55
- - npm test
+ - if [[ $TRAVIS_OS_NAME == "linux" ]]; then xvfb-run npm test; else npm test; fi
56
57
before_deploy:
58
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
0 commit comments