Skip to content

Commit bda630a

Browse files
nitzanjAmir Tocker
authored andcommitted
Integrate travis.
1 parent 54bcb33 commit bda630a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262

6363
<build>
6464
<plugins>
65+
<plugin>
66+
<groupId>org.apache.maven.plugins</groupId>
67+
<artifactId>maven-surefire-plugin</artifactId>
68+
<version>2.20</version>
69+
</plugin>
6570
<plugin>
6671
<artifactId>maven-compiler-plugin</artifactId>
6772
<version>3.0</version>

0 commit comments

Comments
 (0)