Skip to content

Commit

Permalink
Travis: test against HV 4.3.1.Final, 5.0.3.Final, 5.1.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed May 12, 2014
1 parent 61ee50b commit ab7f51a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ language: java
jdk:
- openjdk7
- oraclejdk8
env:
- HV_VERSION=4.3.1.Final
- HV_VERSION=5.0.3.Final
- HV_VERSION=5.1.1.Final
script:
- 'mvn verify -B'
- "mvn verify -B -Dhibernate-validator.version=${HV_VERSION}"
after_success:
- 'mvn jacoco:report coveralls:jacoco'

0 comments on commit ab7f51a

Please sign in to comment.