forked from resty-gwt/resty-gwt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
27 lines (21 loc) · 862 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
dist: trusty
language: java
sudo: false
jdk:
- openjdk7
- openjdk8
env:
# - GWT_VERSION=2.8.0-beta1
- GWT_VERSION=2.7.0
- GWT_VERSION=2.6.0
script: mvn install -Dgwt.version=$GWT_VERSION
matrix:
include:
- jdk: openjdk7
script: cd restygwt-examples; mvn verify -Prun-examples -Dmaven.test.skip -pl restygwt-overlay-example -s settings.xml
- jdk: oraclejdk8
script: cd restygwt-examples; mvn verify -Prun-examples -Dmaven.test.skip -pl restygwt-example -s settings.xml
- jdk: oraclejdk8
script: cd restygwt-examples; mvn verify -Prun-examples -Dmaven.test.skip -pl restygwt-direct-example -s settings.xml
- jdk: oraclejdk8
script: cd restygwt-examples; mvn verify -Prun-examples -Dmaven.test.skip -pl restygwt-jersey-jaxb-example,restygwt-jersey-jaxson-example,restygwt-cxf-jaxson-example -s settings.xml