File: .travis.yml

package info (click to toggle)
super-csv 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,744 kB
  • sloc: java: 16,922; xml: 1,811; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
language: java
jdk:
  - oraclejdk8
script: mvn test $MVN_ARGS
env:
  - MVN_ARGS=
  - MVN_ARGS="-P germanLocale"
  - MVN_ARGS="-P englishLocale"