Skip to content

Commit e87a860

Browse files
committed
Travis configuration - add animal-sniffer:check goal
Travis does not support Java versions prior to 1.8. There must be a way to check if Java 1.7+ compatible code wasn't accidentally introduced.
1 parent 909e331 commit e87a860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ install:
88
- java -XX:+PrintFlagsFinal -version
99
- mvn --version
1010

11-
script: mvn verify --update-snapshots --settings .travis.settings.xml -e
11+
script: mvn verify animal-sniffer:check --update-snapshots --settings .travis.settings.xml -e
1212

1313
jdk: oraclejdk8

0 commit comments

Comments
 (0)