Skip to content

Commit d5bded4

Browse files
Tomas-Krausm0mus
authored andcommitted
Travis CI build. (#83)
* Added Travis CI build. * Travis CI fix. * Added environment check. * JDK set to OracleJDK 8. * Skip installation step in Travis CI. * Travis CI script cleanup. * Target updated to verify, added Travis caching. * Added build status into readme. * Update README.md Fixed README
1 parent 6353633 commit d5bded4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: java
2+
3+
jdk:
4+
- oraclejdk8
5+
- oraclejdk9
6+
7+
cache:
8+
directories:
9+
- .autoconf
10+
- $HOME/.m2
11+
12+
install: true
13+
14+
script:
15+
- mvn -U -C -Dnon.final=true clean verify

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/eclipse-ee4j/jsonp.svg?branch=master)](https://travis-ci.org/eclipse-ee4j/jsonp)
2+
13
# JSON Processing (JSON-P)
24

35
This projects contains API and Reference Implementation (RI) of JSR-374.
@@ -18,4 +20,4 @@ mvn -U -C clean install -Dnon.final=true
1820
## Links
1921

2022
- JSON-P official web site: https://javaee.github.io/jsonp
21-
- JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374
23+
- JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374

0 commit comments

Comments
 (0)