File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
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
Original file line number Diff line number Diff line change 1
1
<img src =" https://travis-ci.org/erosb/json-schema-validator.svg?branch=master " />
2
+
3
+ JSON Schema Validator
4
+
Original file line number Diff line number Diff line change 30
30
<artifactId >org.everit.jsonvalidator</artifactId >
31
31
32
32
<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 >
33
52
34
53
<build >
35
54
<plugins >
You can’t perform that action at this time.
0 commit comments