File: .travis.yml

package info (click to toggle)
argparse4j 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,208 kB
  • sloc: java: 8,747; xml: 776; python: 114; makefile: 107
file content (13 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
dist: trusty
language: java
jdk: openjdk9
cache:
  directories:
    - $HOME/.m2
# Delete artifacts that we build to prevent old and incorrect files from
# breaking the current build.
before_cache:
  - rm --force --recursive $HOME/.m2/repository/net/sourceforge/argparse4j
install: skip
script:
  - mvn install -Dgpg.skip -B -V