Skip to content

Commit

Permalink
Fix bobbylight#177: Fixing Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Jul 9, 2016
1 parent b466ddd commit 063b726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ env:
before_install:
- "/bin/sh -e /etc/init.d/xvfb start"

# Oldest JDK supported by Travis CI
# We build with JDK 8 but use target compatibility 1.6
jdk:
- openjdk6
- oraclejdk8

script:
- ./gradlew assemble -x signArchives -x uploadArchives
Expand Down

0 comments on commit 063b726

Please sign in to comment.