Skip to content

Commit

Permalink
openjdk6 openjdk7 builds failed with buffer overflow on Travis. Tryin…
Browse files Browse the repository at this point in the history
…g the suggested workaround.

travis-ci/travis-ci#7732
travis-ci/travis-ci#5227
  • Loading branch information
harawata committed Sep 7, 2017
1 parent 627d9bb commit 0c3d264
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: java
sudo: false
dist: precise

addons:
hosts:
- mybatisci
hostname: mybatisci

jdk:
- oraclejdk8
- oraclejdk7
Expand Down

0 comments on commit 0c3d264

Please sign in to comment.