forked from LibraryOfCongress/bagit-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
15 lines (15 loc) · 745 Bytes
/
.travis.yml
File metadata and controls
15 lines (15 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
env:
global:
- secure: SCGYrG7fUpGSLSr6resDhW4G3Cmr4rlTexw6m1av+J8NhtII3lb5TkBImLlH1gGyaMwGN7ULV6wzmJ5/EHMnVEW5jEDlv6Gla0niX0hnmH4WmTH387gurvZhr+xnIj06fyDt7W0Wt3i9wUMLWIcCk6c+DOattRtVQa8tJSocn5Q=
- secure: Hd0Teo2pVdibnK+ioAw5ACtfLFCmyXnKFa3TXiQWvHrtLRIc+wxlZ59J0WFaB6L8yME8nT8yunXLuc99K+w6E0A29Vja56zuRN1bviLntsJnG0/dNro9ZsaHgZJfRrgzS+ne9QlzAGiwTJduGI9D1ehg1ibcrUqA/9V1n5LYYUI=
language: java
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
script: "[ ${TRAVIS_PULL_REQUEST} = 'false' ] && mvn clean deploy --settings target/travis/settings.xml || mvn clean install --settings target/travis/settings.xml"
branches:
only:
- master