Skip to content

Commit 57d3545

Browse files
committed
Launch tests in CI
1 parent 0871055 commit 57d3545

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
osx_image: xcode11.3
1010
- os: linux
1111
dist: xenial
12+
services:
13+
- xvfb
1214

1315
cache:
1416
yarn: false
@@ -18,6 +20,7 @@ cache:
1820

1921
script:
2022
- |
23+
yarn test
2124
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
2225
yarn run release:linux
2326
else

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2429
build_script:
2530
- yarn run release:win
2631

0 commit comments

Comments
 (0)