| # |
| # 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: "pLhYn8ZK/A2+RrtyQTs4Oeu8MRtwRJl8qUHurL3qViQeHoGjOLvdZ01d2Om0m8cxCZwhfI2lU7QDgU7mxUdyNfwmqqHu3Ay9P+mMZBe+RaR1pIc3kQVP5aPQNPl47zUkeVEz6T+B8LpYoCGZ5eAPcOjwpetl/lwFHUdNe6mGO+/QvOrOA1IF3A4VHT0alCloSDyOf0qKpjnHy3h6LEC+odoaiftEDwCK2Py8zyI4XEXKyS2Y25LUmutmHHQz3o2vlhRXerWGtOzzfhLPHKecfeM23cu5K99gNq+Ggaa9/gImsVcsHNCUIqnNwr2DR8pnDBPxulw8ryZAAmeiVFIrTxJA1H7Kl1J9eF6+352we1SG2FXwrAydeiF2RR846aV1d1Yg1kENJsQYZvXY4SbkfI7eYLi+iPEaBCLXd6k2Ei+TrA/3gNjjDhYOydNUvxGAUaeiUzHGX0YGOcjp6DUVwQV8DPJcHzwNfB6KVnC8gPHU2B6h8ItCCQu1NX5eXZtnD89xYVrJHnlOjuCP5TR7HLTM2ij2a64JPkeo0WUmsgtNOvDTBsG5tF54A96MdyUp4nFkIrQTpYU/VS0LOWZWuSdQJHIuHwLYxrp7wZjTIu9JT3hxM7kN2YlXBfNCyFsZTgJSrL+TfLsse589bPBPibu9YWfl4q46iigtxLOQs6M=" |
| after_failure: |
| - ./gradlew rat |
| - cat api/build/reports/rat/rat-report.txt |