-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
30 lines (23 loc) · 1021 Bytes
/
.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
language: java
# 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: "PD68TaYxCk9OT09+iS9HKK3dRD7ZZTVxme479ux9/zpudNFLKIWj+umT8CRfNjCGA3Rs3C/9B0bP2VE6LJ+uJiqF+XdEJ3vsSBuoWbPenBpQjq4wTqFry1qFDlc8gDmCqd0ji+MVzlHj6HYFc1UUUnq0pKBCuhY3rVp5z5DLqmo="
- secure: "x1oKgMQOUoyPJENsYwd/EWGL8Xh9Er86U+suIHF72SENxOlPPP3pJRagXQcWEzqVt+kmUVJSA9zqGGyTOM9bIUSneYVCDA1ruQiqakxWqRk1k1kzzz/kFirJM0ueNCvtZ8m2fZYZpAXedeHfQDcD4v/umcdFnB84knHVuuwfqaE="