Skip to content

Commit

Permalink
Enable Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyboucher authored and nmorel committed Dec 5, 2017
1 parent 7e2a60c commit a891686
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: java

sudo: false

jdk:
- oraclejdk8

script: mvn clean install
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gwt-jackson
gwt-jackson [![Build Status](https://travis-ci.org/freddyboucher/gwt-jackson.svg?branch=master)](https://travis-ci.org/freddyboucher/gwt-jackson)
=====
gwt-jackson is a JSON parser for [GWT](http://www.gwtproject.org/). It uses [Jackson 2.x annotations](https://github.com/FasterXML/jackson-annotations) to customize the serialization/deserialization process.

Expand Down

0 comments on commit a891686

Please sign in to comment.