-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
47 lines (39 loc) · 1.01 KB
/
.travis.yml
File metadata and controls
47 lines (39 loc) · 1.01 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
language: java
install: true
matrix:
include:
- jdk: oraclejdk8
script:
- gradle clean build
before_deploy:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=$TRAVIS_BRANCH-v0.1.$TRAVIS_BUILD_NUMBER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
- git push -q https://$GITPERM@github.com/RlonRyan/JBasicX_TestingApp --tags
- ls -R
deploy:
skip_cleanup: true
provider: releases
api_key: $GITPERM
file:
- README.md
- build/libs/JBasicX-TestingApp-0.1.0.jar
on:
tags: false
all_branches: true
branches:
except:
- /^*-v[0-9]/
notifications:
email:
on_success: change
on_failure: change
irc:
channels:
- irc.esper.net#RlonRyan
on_success: always
on_failure: always
env:
global:
- secure: lFkTbqcEb8qphbMzp2/cXChw12m8R9/e+2Ht/dFyN90wp+j6qP8hIRoGbV9cK8vxREQk6fwyB1hkYSr3ZfQkhbBmu5nRZzpp+duHlYM6XVlk4mF01g1wkjTgFOVRLLPegir/y5eGNtdll9VrXfUOVMORugXb7FXTeRAMKBGv6QA=