-
Notifications
You must be signed in to change notification settings - Fork 16
/
.travis.yml
63 lines (53 loc) · 1.55 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
language: java
jdk:
- openjdk7
- oraclejdk8
before_install:
- chmod +x ./.travis/maven-build.sh
- chmod +x ./.travis/call-creation.sh
- mvn clean
install:
- sudo apt-get update && sudo apt-get --assume-yes install zip unzip
script: "./.travis/maven-build.sh"
after_deploy: "./.travis/call-creation.sh"
notifications:
email: false
slack:
secure: osWX769z0hSVPbeF1ZHSENgR4i+VKFTMGFNIV02RhvZ4a1BXsGUG5VCCDYUoBzWPCA5avJHg+FrN7nEEaoIjc5/qqFmZFGwOitZJsOzvR8C18QcgyuEX+35U4eQF4h5ITpruvwNNQ/7hIWyPl/fEPcAswHFDAccEb5iRNJeFNeM=
webhooks:
on_success: always
on_failure: always
on_start: never
env:
global:
- PROVIDER_VERSION=1.21.5
cache:
directories:
- ".autoconf"
- "$HOME/.m2"
deploy:
- provider: s3
access_key_id: AKIAJDZLZNH2PIKHUKOA
secret_access_key:
secure: Opk2uGg0CyBIeqDX5EIu6UBRjaxjZwfNVNsjGbsA8QWjIu2zIUwFe1ZWJEkqzF5jqrN8ykgHw74ofrgZyBKH2nhGn7MN4wWWktKN4iIeq2D6gf8Cq31tzZcpgEfUaJnARXtu0jjCKag2PqglQAEc/OgVEeEFuUapJ0I4ITDZWbk=
bucket: parabot
skip_cleanup: true
local-dir: "./target/final/"
upload-dir: "artifacts/provider"
region: us-west-1
detect_encoding: true
acl: public_read
on:
repo: Parabot/Parabot-317-API-Minified
branch:
- master
- development
jdk: 'openjdk7'
- provider: script
script: "cp ./.travis/.travis.settings.xml $HOME/.m2/settings.xml && mvn package javadoc:javadoc deploy site:deploy"
skip_cleanup: true
on:
repo: Parabot/Parabot-317-API-Minified
branch:
- master
jdk: 'openjdk7'