Skip to content

Commit

Permalink
Add e2e tests on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Sep 14, 2018
1 parent 0d6df06 commit 0f04416
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 0f04416

Please sign in to comment.