Skip to content

Commit

Permalink
JEXL: use same travis config as commons-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
henrib committed Mar 29, 2021
1 parent ea98e60 commit 4b8af98
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,23 @@
# limitations under the License.

language: java
sudo: false

cache:
directories:
- $HOME/.m2

jdk:
- openjdk8
- openjdk11
- openjdk15
- openjdk-ea

matrix:
include:
- jdk: openjdk8
- jdk: openjdk11
- jdk: openjdk15
- jdk: openjdk-ea
allow_failures:
- jdk: openjdk-ea
after_success:
- mvn -V --no-transfer-progress clean test jacoco:report coveralls:report

script:
- mvn -V --no-transfer-progress

after_success:
- mvn -V --no-transfer-progress clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all

0 comments on commit 4b8af98

Please sign in to comment.