travis.yml (15 lines of code) (raw):

# # 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: "E5IyImya7x5cHLB1vGLGIJUC1M+7RxKZivb5iUM+RR/xW39/7b4Qd3JeX4yBUeiPjf9lNMMxcGVyqI/4htT95++WCNc0u6OoxwGgxQEB9JHE8OWecaYgK4uLO7+651XF4DNbSiH3NVmc2b8Q0c0jBlu3MHAeEUIQ6BOiTXSsqnewtWAW0XETBooNmo2nTqZyKvzez0698oJuuYfZeFbqm8wJ9rIwtptyJluRzqcTlzw1cH/CvcIskLDmITVqbuZxAW59j1BqUnZNQpuOFZ692iqntdxq78CxliCG1MEYy4zWY8xcIWNVp28OKkMULXdi+V80oZXY4TyTwZfH6e2oZFz6/X9GpNNR6EwaHV0tT3wZi2NrkoBokD8bEBxQubIgxDCaDAFG9VMByC+++nwm0GJzerKBV4CpNSy/93XLrFAQ8+lOVauVtkVHuzFBWleLLQYcBGAXRz/C/UF4/m0m014jvD7vTP5kKrszQB5uKSG6sG7sWAPs/K8ISFV4qjIW8yVy889wSkzsyI5pO3MxIz7L5XOk4bvr+UD8M6ruiBpzvw6YZbA3K8Ld9d6NifSGu5gAcNXllyG3Aff3ZEqIxwPmmkxEtt05EHuSC+JNxOTC5kOVt9S4OLSMj17kT3ucA2yXoMoFr41cBc05Jxatf3vvt1GbdRbM/tFqp9ac8wo=" after_failure: - ./gradlew rat - cat api/build/reports/rat/rat-report.txt