This repository was archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.travis.yml
More file actions
52 lines (45 loc) · 2.38 KB
/
.travis.yml
File metadata and controls
52 lines (45 loc) · 2.38 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
#
# Copyright 2016 The Symphony Software Foundation
#
# Licensed to The Symphony Software Foundation (SSF) 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
install: true
script:
- "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then mvn clean deploy -Pcobertura -DtransitiveDependencies=true --settings settings.xml -Dbuild.provisioning=false; fi"
- "if [[ \"$TRAVIS_PULL_REQUEST\" != \"false\" ]]; then mvn clean install -Pcobertura; fi"
after_success:
- "if [[ \"$TRAVIS_PULL_REQUEST\" = \"false\" && $TRAVIS_BRANCH =~ dev ]]; then mvn whitesource:update -Pwhitesource; fi"
- bash <(curl -s https://codecov.io/bash)
jdk:
- oraclejdk8
env:
global:
- secure: "sKp9fUZpV4qePCL3AjLCIkh2yi3eVrJHAg1WsE0lxqSN9l9t7BLMF67XO6UVrjVpKFx/Z396X+Oj5mVxuE2uTkvly3kkfLBQkpblbnbUSUGmMJ9pQGnXwwzGWNZddVZVWv5STG2eoY8Gu8V/F7kbzJRh/G4DtfAk8R+B2iM6xYvbZx3gsd7h0gkjsNI1mP1VuVxc94aWccnlSdZGB6LIS5UWpqIzHNhclSufZIQ6rgo5SZwx0SxAdoBKGKuP7Y+vS9nKLD1rhTGzw+74o+MV/QtuqwdPOXmyz/zY7eIO/iw8bhfhp4eWAmUPq7jcb8P3rz32EutCNae63bMOITSB2x7xyddqyJoTtRHVHTjkRolAXKpv9c6INs0XMx9o6WmbfMdl8hjBwPTgZ4D2CuQ8myB4dI7XUzV/oRM7FhXVeWUP+q0x6rn0GIeE5A4RkEqi05ka31O32dsFHliHnAQ/IZBqUYNkBi+g6iNpYvSDEUmHpC7GaKvddLBz1byyOUT95oCw91wpZiYB8AbwR1F7lf42q6nVl9dztQwBN5Z4aOyd3ZzPEfVdcC1JDHU3W8cGFWvKDD8gSyG24xDWL/69vk9qtVykZL7r1xsACckNFsuaIRQPAdYZFsWuckwd67fWmJbDgOOuPdbqVrk6sy2TbUICpcn8rpCYQc0e8OWgUBs="
addons:
coverity_scan:
project:
name: "symphonyoss/App-Integrations-Core"
description: "Build submitted via Travis CI"
notification_email: "integrations-team@symphony.com"
build_command_prepend: "mvn clean"
build_command: "mvn -DsymphonySkipUnitTests=true install"
branch_pattern: "rc-current-*"
dist:
precise