Skip to content

Commit

Permalink
add matrix builds for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
artspb committed Jun 30, 2017
1 parent 1fd4aba commit 0aa4c9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: java
os: osx
osx_image: xcode8.3
matrix:
include:
- os: linux
jdk: oraclejdk8
- os: osx
osx_image: xcode8.3
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit 0aa4c9e

Please sign in to comment.