Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 562de64

Browse files
committed
Added Travis-CI (https://travis-ci.org) configuration in order to allow for continuous tests of all branches.
1 parent e1ea163 commit 562de64

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: java
2+
jdk:
3+
- oraclejdk7
4+
- openjdk7
5+
before_script:
6+
- "export DISPLAY=:99.0"
7+
- "sh -e /etc/init.d/xvfb start"
8+
- sleep 3 # give xvfb some time to start
9+
script:
10+
- mvn clean
11+
- mvn verify -P code-quality,documentation,release

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![License](https://img.shields.io/badge/License-Apache%20Commons%202.0-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
22
[![Gitter](https://img.shields.io/badge/Gitter-join%20chat-brightgreen.svg)](https://gitter.im/testIT-WebTester/webtester-core)
3+
[![Build Status](https://travis-ci.org/testIT-WebTester/webtester-core.svg?branch=master)](https://travis-ci.org/testIT-WebTester/webtester-core)
34

45
# testIT WebTester
56
testIT WebTester is a web-application UI test automation framework based on Selenium (http://www.seleniumhq.org).

0 commit comments

Comments
 (0)