Skip to content

Commit

Permalink
OSS-31: Re-added the travis yml file to fix the oss builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Pitzeruse committed Dec 28, 2016
1 parent f232fdb commit 4438c58
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: java

jdk:
- oraclejdk8
- oraclejdk7
- openjdk7

script:
- mvn test

branches:
only:
- master

0 comments on commit 4438c58

Please sign in to comment.