Skip to content

Commit

Permalink
Goodbye 2.7.0, welcome 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Oct 20, 2017
1 parent 92d27f6 commit 52239b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,20 @@ jdk:
- oraclejdk9

env:
- GWT_VERSION=2.7.0
- GWT_VERSION=2.8.0
- GWT_VERSION=2.8.1
- GWT_VERSION=2.8.2
- GWT_VERSION=HEAD-SNAPSHOT

matrix:
exclude:
- jdk: oraclejdk9
env: GWT_VERSION=2.7.0
- jdk: oraclejdk9
env: GWT_VERSION=2.8.0
- jdk: oraclejdk9
env: GWT_VERSION=2.8.1
allow_failures:
- jdk: openjdk7
env: GWT_VERSION=HEAD-SNAPSHOT
- jdk: oraclejdk9
env: GWT_VERSION=HEAD-SNAPSHOT

install: true
script: mvn -U verify -Dinvoker.streamLogs=true -Dinvoker.mavenOpts="-Djava.net.preferIPv4Stack=true" -DgwtVersion=$GWT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<gwtVersion>2.8.1</gwtVersion>
<gwtVersion>2.8.2</gwtVersion>
</properties>

<dependencies>
Expand Down

0 comments on commit 52239b6

Please sign in to comment.