mirror of
https://github.com/jwtk/jjwt.git
synced 2025-02-10 18:24:42 +00:00
11 lines
214 B
YAML
11 lines
214 B
YAML
# https://travis-ci.org/jwtk/jjwt
|
|
language: java
|
|
|
|
jdk:
|
|
- openjdk7
|
|
- oraclejdk7
|
|
- oraclejdk8
|
|
|
|
install: echo "No need to run mvn install -DskipTests then mvn install. Running mvn install."
|
|
script: mvn install
|