FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-diff-utils-jycr/.travis.yml at master · java-diff-utils/java-diff-utils-jycr · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
java-diff-utils
/
java-diff-utils-jycr
Public archive
forked from
jycr/java-diff-utils
Notifications
You must be signed in to change notification settings
Fork
4
Star
25
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
java-diff-utils-jycr
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (17 loc) · 344 Bytes
Breadcrumbs
java-diff-utils-jycr
/
.travis.yml
Copy path
File metadata and controls
22 lines (17 loc) · 344 Bytes
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
language
:
java
jdk
:
-
oraclejdk8
-
oraclejdk9
#
disable ./gradlew assemble
install
:
-
true
script
:
-
./gradlew check --info
-
./gradlew javadoc
before_cache
:
-
rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
-
rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache
:
directories
:
-
$HOME/.gradle/caches/
-
$HOME/.gradle/wrapper/
Back
|
FazBrowse Home
|
New Git URL