Skip to content

Commit

Permalink
Version 1.7.0 up
Browse files Browse the repository at this point in the history
Adjusted Travis
  • Loading branch information
tastybento committed Aug 16, 2019
1 parent 0bd5bd4 commit 378a855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ addons:
- develop
- master
jdk:
- oraclejdk8
- openjdk8
- openjdk11

matrix:
allow_failures:
- jdk: openjdk11

script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- This allows to change between versions. -->
<build.version>1.6.0</build.version>
<build.version>1.7.0</build.version>
</properties>

<!-- Profiles will allow to automatically change build version. -->
Expand Down

0 comments on commit 378a855

Please sign in to comment.