Skip to content

Commit

Permalink
Update travis and remove rxjava-gwt-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaca committed May 11, 2020
1 parent 4a02897 commit 29b8715
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: java

jdk:
- oraclejdk8
- openjdk8
- openjdk11
- openjdk-ea

matrix:
allow_failures:
- jdk: openjdk-ea

after_success:
- ci/deploy-snapshot.sh
Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<gwt.version>2.8.2-rx1</gwt.version>
<gwt.version>2.9.0-RC1</gwt.version>
<rxjava.version>2.2.10</rxjava.version>
<rxjava-gwt.version>${rxjava.version}-gwt1</rxjava-gwt.version>
</properties>
Expand Down Expand Up @@ -217,10 +217,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>rxjava-gwt-repo</id>
<url>https://raw.githubusercontent.com/intendia-oss/rxjava-gwt/mvn-repo/</url>
</repository>
</repositories>
</project>

Expand Down

0 comments on commit 29b8715

Please sign in to comment.