forked from data-integrations/wrangler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (40 loc) · 1.97 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# Copyright © 2016-2017 Cask Data, Inc.
#
# Licensed 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
jdk:
- oraclejdk7
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.m2
# Do not exceed Travis memory capacity
before_install: echo "MAVEN_OPTS='-Xmx2048m -XX:MaxPermSize=512m'" > ~/.mavenrc
after_success:
bash <(curl -s https://codecov.io/bash)
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "eO/53rGr4qALsyLc+1mlg03NDRSrk703Svjp2lD1e2ibZTwmAwnIs+LSnh0AfHURaQD4EAIMjlFEQYrgZH9IgBr3oAIaBw+A3A9kzdvM+PrbdWHFoYDahh9t2TOerzgrvrjGC3j+h+9LqXCHjERT5BVVu8l0K8mSln/2eoWz0I790uHegdhVVDqTTiEL36zte52ox4OHhpy6B73QLv33BHsPVVQyr3lWsZcSyPcgCbPxcJOUTTxZ+cFSDROp3mccHh/V9kU993YPzhdXb6XvurL1Yw4fTtvYrahm8Dot7p0r+H1wVa338tkHNPP9w84ms1ZwwojfitjYB9tNmW8ZPPPbUagKkvlcm2siaDUBjGHAGNZJQWuxEUbE/3fdfyoZHs5vEpsowAa/hdvaazTbTQMV2MPk/BJG2N1PGTGmhu1eBKaaf2ZxU4WUYMJpmujCbZLcmWZvMBsu1RZYrkynKdDcCHqpcAXoolZQ4Ua8tFg6sxJzIkHEedEQGneAYbi9OTELraCWCpJggU+/qVaQRxl/LMnbfhQP2Ct5wE/wzJExUAL+5u1h5UD6KJxa0cASEj/zzXC6C2fkviCeY9KoGmLuPt/UcEeLjduAoxisI7AuC6vf/MAtcnMsjpaJQLdWQL/OtrCqp2Tr87lK1FXthT50HCFpWagNTgyE9AfzlvY="
addons:
coverity_scan:
project:
name: "hydrator/wrangler-transform"
description: "Wrangler Transform"
notification_email: [email protected]
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests-true compile"
branch_pattern: develop