File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 99 osx_image : xcode11.3
1010 - os : linux
1111 dist : xenial
12+ services :
13+ - xvfb
1214
1315cache :
1416 yarn : false
1820
1921script :
2022 - |
23+ yarn test
2124 if [ "$TRAVIS_OS_NAME" == "linux" ]; then
2225 yarn run release:linux
2326 else
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ install:
2121# # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
2222# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2323
24+ # @FIXME: tests disabled because app fails to launch on AppVeyor/Windows
25+ # os: unstable # https://github.com/electron-userland/spectron#on-appveyor
26+ # test_script:
27+ # - yarn test
28+
2429build_script :
2530 - yarn run release:win
2631
You can’t perform that action at this time.
0 commit comments