Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 6be80a4

Browse files
committed
Enable travis-ci
1 parent 83e76aa commit 6be80a4

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: java
2+
sudo: false
3+
install: true
4+
5+
jdk:
6+
- oraclejdk7
7+
8+
script:
9+
- mvn verify -e
10+
11+
cache:
12+
directories:
13+
- '$HOME/.m2/repository'
14+
15+
notifications:
16+
email: false

README.txt renamed to README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
The JWebUnit team is pleased to announce the JWebUnit 3.2 release!
1+
### JWebUnit
2+
3+
[![Build Status](https://travis-ci.org/JWebUnit/jwebunit.svg)](https://travis-ci.org/JWebUnit/jwebunit)
24

35
http://jwebunit.sourceforge.net
46

0 commit comments

Comments
 (0)