diff --git a/.travis.yml b/.travis.yml index 1513d3214..98fb50e41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ sudo: false +dist: precise language: java +addons: + # https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913 + hosts: + - fake-hostname-to-work-around-travis-bug + hostname: fake-hostname-to-work-around-travis-bug jdk: - oraclejdk8 - oraclejdk7 diff --git a/version.txt b/version.txt index 9084fa2f7..bc5594a19 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.1.1-SNAPSHOT