This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
forked from apache/fineract-cn-teller
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
33 lines (33 loc) · 1.74 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
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
language: java
sudo: false
jdk:
- openjdk8
install: true
script: "./travis.sh"
env:
global:
- BUILD_SNAPSHOTS_BRANCH=develop
- ARTIFACTORY_URL=https://mifos.jfrog.io/mifos
- ARTIFACTORY_USER=travis-ci
- secure: "aLY7gBftNrxCcWa2Zj+zUwpWxVH190qgxTP8bXgGxBwYAoUqa6soOVNb/VB5Q29kHoU+Cn0b2L32VzJkMXS9jFBYjivYDNyavWIOVOMP9q6+hcOyUjoP+9wnIzD7Y5uQwMdcKtTAoZOER20JQTuhBjVjNRU4oS6hXRg+dH4bX+XhzuhJBZhc6kScVHjUGX5NapYp9EEsECDGd8XUnV4Xf5OChzdR0uTVXGRKaBVN6zkqRSuZVhTuk/AwJ6NC2+Wspz9WLR9pNu+j7mGltgselVpA8T2rAD7GzzcNH43M20jF+pngkvq7OEobAwskj1nwZQ8SODvV0KOjj5cES6vyBEkrQ1q8BDi0aiwN+xqGW3cS8NhiI2EAzpU65Ia/gJEDOtxxshi2Td98MpU4ZTScwhtTyTDpSRhREEYdyWlsP6RHU5zfKu+1iGEtSo74ppsTQVQt3n/ElA09el5NDAC7+gfm/SZcYduH12pkLaexRsw9GnX9iwYb/26L3w9GioagQZfluKQ3vBPBY8A8PU79JAv8C/JehaUlh0Pv7QLkN+X0bcBbKaZYTZYK4H9z4O9A5uuTbt/eBylqQYg9fxjbyBAWELhrBbxmHnxbQrOtllnhX8p6iFMOR0z4UgVxOWb+un6eNudNUm9zSw3/f5eDNGwBP9x1g5D5Um/j9e9RItk="
after_failure:
- ./gradlew rat
- cat api/build/reports/rat/rat-report.txt