Launch tests in CI

This commit is contained in:
TC
2020-05-03 11:44:59 +02:00
parent 08710558f5
commit 57d3545701
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,8 @@ jobs:
osx_image: xcode11.3
- os: linux
dist: xenial
services:
- xvfb
cache:
yarn: false
@ -18,6 +20,7 @@ cache:
script:
- |
yarn test
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
yarn run release:linux
else