Skip to content

Commit

Permalink
Enable travis osx build with default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Aug 29, 2016
1 parent bc13e46 commit 99f1bfb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
matrix:
include:
- os: linux
jdk: oraclejdk8
- os: linux
jdk: oraclejdk7
- os: linux
jdk: openjdk7
- osx
before_install:
- mvn clean
- git clone -b travis `git config --get remote.origin.url` target/travis
Expand Down

0 comments on commit 99f1bfb

Please sign in to comment.