-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (25 loc) · 1.02 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: java
jdk:
- oraclejdk8
# configure the Maven environment
before_install:
- source <(curl -fsSL https://raw.github.com/daisy/maven-parents/travis/before_install)
# main task, run the verify goal
script: mvn verify
# if the build succeeds, deploy the artifact (tests are skipped)
after_success:
- source <(curl -fsSL https://raw.github.com/daisy/maven-parents/travis/after_success)
before_cache:
- source <(curl -fsSL https://raw.github.com/daisy/maven-parents/travis/before_cache)
cache:
directories:
- $HOME/.m2/cached-repository
# whitelist; only deploy master branch
branches:
only:
- master
- /^super\/.+$/
env:
global:
- secure: "OIa8YSXJ6iuT9Nys1pyCDHnJotHXhEYS5q6TtQH75+h1Wr1V/BrPvybNaP4wNIaHExvL4gew13c97J3X3FDCakTpO/pW+M3ikFZwm2PFZIoabaIO9YO+1plf4Ga6BoVc74r+0Ou0ecQlInN/h3IIyoSujdDAQ90022aviRAar4c="
- secure: "UN2B0qgUdwU2BQcJgQdzfzzufS2n1vvI4FJPwGYdI4zYibnXkNzE3SknY82XyDiru9upVv7bfZ2uXkx4zdoroEkfC043iEdYwuYxcFM2vy0/ybrHq1ONjD4PzD3a7bFQ5cmr9PRNQpK+vKLYOGp4b/YXK2s0AkhT+SgsupCvztc="