Skip to content

Commit bb8b301

Browse files
committed
trying to upgrade travis build to jdk1.8.0_u60
1 parent 16f5a35 commit bb8b301

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
language: java
22
jdk: oraclejdk8
3+
4+
before_install:
5+
- rm -rf ~/.linuxbrew
6+
- yes | ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
7+
- export PATH="$HOME/.linuxbrew/bin:$PATH"
8+
- export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
9+
- export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
10+
- brew install jdk
11+
- export JAVA_HOME=/home/travis/.linuxbrew/Cellar/jdk/1.8.0-60

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
<img src="https://travis-ci.org/erosb/json-schema-validator.svg?branch=master" />
2+
3+
JSON Schema Validator
4+

core/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,25 @@
3030
<artifactId>org.everit.jsonvalidator</artifactId>
3131

3232
<packaging>bundle</packaging>
33+
34+
<licenses>
35+
<license>
36+
<name>Apache License, Version 2.0</name>
37+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38+
<distribution>repo</distribution>
39+
</license>
40+
</licenses>
41+
42+
<developers>
43+
<developer>
44+
<name>Everit Team</name>
45+
</developer>
46+
</developers>
47+
48+
<organization>
49+
<name>Everit Kft.</name>
50+
<url>http://www.everit.org</url>
51+
</organization>
3352

3453
<build>
3554
<plugins>

0 commit comments

Comments
 (0)