-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (22 loc) · 893 Bytes
/
.travis.yml
File metadata and controls
31 lines (22 loc) · 893 Bytes
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
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)
# whitelist; only deploy master branch
branches:
only:
- master
- /^super\/.+$/
env:
global:
- secure: ! 'RpnGDXxMS1WenuTxM3IeoB/GnJZLheVnf71I6S1Fp3genqUtTHeDw6HIOVHt
kmUfsMmY+mXy/CndRUlC+TXqYwiknxLDBkbO00kRbM/SY1dqCJulZCppnvDi
2Nc+N0FlyiAjB8afYLp36pu7Nx6HRUjK9W+l3Hqax7dcqcFoWfo='
- secure: ! 'UyWirx1c58WDWfsqU250Au+8n7YCqOzi6dzPNmSQSh8mT+StHVgq9Cv0SfZB
PQpYc7DyUrohx8z7UNNdA1cykThGRJVfIbcFxqq20T75nBT+7MVrlxaUnyx3
FiCHa5o6B6o8pg7jm4Xn/X27QHJAfZujx7yz0nj+NCM7tPSxmv4='