FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-design-patterns/.travis.yml at ProxyExample · CCodingMan/java-design-patterns · GitHub
CCodingMan
/
java-design-patterns
Public
forked from
iluwatar/java-design-patterns
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
java-design-patterns
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (31 loc) · 1.16 KB
Breadcrumbs
java-design-patterns
/
.travis.yml
Copy path
File metadata and controls
38 lines (31 loc) · 1.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
language
:
java
jdk
:
-
oraclejdk8
env
:
global
:
-
GH_REF
:
github.com/iluwatar/java-design-patterns.git
-
secure
:
LxTDuNS/rBWIvKkaEqr79ImZAe48mCdoYCF41coxNXgNoippo4GIBArknqtv+XvdkiuRZ1yGyj6pn8GU33c/yn+krddTUkVCwTbVatbalW5jhQjDbHYym/JcxaK9ZS/3JTeGcWrBgiPqHEEDhCf26vPZsXoMSeVCEORVKTp1BSg=
before_install
:
-
export DISPLAY=:99.0
-
sh -e /etc/init.d/xvfb start
#
default install command is just "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
install
:
-
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e
after_success
:
-
mvn clean test jacoco:report coveralls:report
-
bash update-ghpages.sh
#
use latest java version available instead of travis default
addons
:
apt
:
packages
:
-
oracle-java8-installer
notifications
:
email
:
-
iluwatar@gmail.com
webhooks
:
urls
:
-
https://webhooks.gitter.im/e/3319623945358a093a6f
on_success
:
change
#
options: [always|never|change] default: always
on_failure
:
always
#
options: [always|never|change] default: always
on_start
:
never
#
options: [always|never|change] default: always
sudo
:
false
#
route the build to the container-based infrastructure for a faster build
Back
|
FazBrowse Home
|
New Git URL