Add e2e tests on Travis CI

This commit is contained in:
Tasso Evangelista 2018-09-14 15:07:58 -03:00
parent 0d6df06d7a
commit 0f0441679b

View file

@ -41,4 +41,12 @@ install:
script:
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then export CSC_IDENTITY_AUTO_DISCOVERY=false; fi
# e2e tests should be performed only on Linux
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 3
yarn e2e
fi
- yarn release