Skip to content

Commit

Permalink
[uiTests] integrated test-cafe to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
christlang committed Jun 16, 2018
1 parent 0cfd2b6 commit 5520c36
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
language: java

script: ./mvnw verify
dist: trusty
sudo: required

after_success:
- ./mvnw clean verify jacoco:report coveralls:report
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable fluxbox

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
- fluxbox >/dev/null 2>&1 &

script:
- ./mvnw verify jacoco:report coveralls:report
- ./runUiTests.sh

jdk:
- oraclejdk8

branches:
only:
- master
cache:
directories:
- $HOME/.m2

0 comments on commit 5520c36

Please sign in to comment.