This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
.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: "Rrdq9h+eEgOJFifbmvfvtGRrhuzVEtg5EpMpj92OBvdkvuI4z02Kv/tYBF/rshH2CHJ8D9SVmxrM9wlhWCLt9HXQpaha98OtRak/T6kXozYxyDPC0zjhMoysK91TbMIGkJbAcKG3QAmJUYGvQ4ircQWHWn53lMRmKy1UEGtx9cWzcwvilJ4myOMmYb8we4XwK9DvlkzvF+TtOu7N9e+wwH7+LylixNWIPqVtrlqSUfRoa0iwY6WGuqvWtYaAl2zRCCaT3W0/HEn8xLQlu2Joy1x6142+hiF7am+SBKKy2N57qLSXbvza+eZ10WP7aaeZDnPirRUyMIivol4C5gKYKHceq+O3pdRV/JsDGTE2vTyxMGOX6FxwRNqK6FdNs9ura/MhB5AzZVar2zwBurvVYtxxt9JbFh+pmdReBCHJXu8F+12d8ieC5DKuPxYzl7iTQ2srlnVf3/zNfy2HhQekYDOGn4T8P95w/jsi14//MFkyDfMIRi5wEWdZ4N28kLm3pNeMexUHiIMRPctlnNIsNv9LFOINbFLAfEa84v8VwxmQhAOPEZqEtea+qBSFDMx0k2F4HJ6DnrRTHBtcvK2N/2qAHpgGeVOygt4pOkUS4uGJl/FHbj+YTchVxS2h8DWUzUZE0lUQBXYtyh+ZxsNZQfvwQJi7OZeMW95ZwCqbPJ4="
after_failure:
- ./gradlew rat
- cat build/reports/rat/rat-report.txt