Skip to content

Commit

Permalink
DRILL-5729 explicitly made the travis container use openjdk7 to fix t…
Browse files Browse the repository at this point in the history
…he build.

close #913
  • Loading branch information
ilooner authored and Aman Sinha committed Sep 2, 2017
1 parent 75c3513 commit 33f17aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

sudo: false
before_install: git fetch --unshallow
language: java
install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -Dsource.skip=true > mvn_install.log || (cat mvn_install.log && false)
script: mvn package -DskipTests=true
jdk:
- openjdk7
install: MAVEN_OPTS="-Xms1G -Xmx1G" mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true
script: echo "Done"

0 comments on commit 33f17aa

Please sign in to comment.