We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bcb33 commit bda630aCopy full SHA for bda630a
.travis.yml
@@ -0,0 +1,11 @@
1
+language: android
2
+
3
+jdk:
4
+ - oraclejdk8
5
+ - oraclejdk7
6
+ - openjdk7
7
8
+# Temporarily disabled, test fail because Hamcrest needs java 1.7 (probably)
9
+# - openjdk6
10
11
+script: mvn test -B -Dtest=\!*#*Timeout* -DfailIfNoTests=false
pom.xml
@@ -62,6 +62,11 @@
62
63
<build>
64
<plugins>
65
+ <plugin>
66
+ <groupId>org.apache.maven.plugins</groupId>
67
+ <artifactId>maven-surefire-plugin</artifactId>
68
+ <version>2.20</version>
69
+ </plugin>
70
<plugin>
71
<artifactId>maven-compiler-plugin</artifactId>
72
<version>3.0</version>
0 commit comments