Skip to content

Commit

Permalink
Release 1.13 (EsotericSoftware#89)
Browse files Browse the repository at this point in the history
* update pom for release 1.13

* add travis file
  • Loading branch information
tchemit authored and NathanSweet committed Dec 7, 2017
1 parent 984061a commit be5dd73
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: java
jdk:
- openjdk7
- oraclejdk8
# We don't need an install before
# we run the unit and integration tests.
install: true
script: "mvn --show-version --errors --batch-mode clean verify"
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- [email protected]

0 comments on commit be5dd73

Please sign in to comment.