-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
32 lines (32 loc) · 1.07 KB
/
.travis.yml
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
sudo: required
before_install:
- sudo apt-get update && sudo apt-get install -y libxml2-utils make pcregrep
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "sbs" ]; then
gem install jekyll:3.3.0
rdf:1.1.15
rdf-xsd:1.1.4
rdf-aggregate-repo:1.1.0
sparql-client:1.1.6
sparql:1.1.8
rdf-turtle:1.1.7
rdf-rdfa:1.1.6
commaparty:0.0.2
nokogiri:1.5.6
mustache:1.0.2
github-markup:1.4.0
coderay:1.1.0;
fi
# see https://github.com/travis-ci/travis-cookbooks/issues/964
- rm -f /opt/jdk_switcher/jdk_switcher.sh
script:
- make RUBY=ruby check-sbs
before_cache:
- source <(curl -fsSL https://raw.github.com/daisy/maven-parents/travis/before_cache)
cache:
directories:
- $HOME/.m2/cached-repository
- assembly/src/main/docker
after_failure:
- cat maven.log
# after_success:
# - source .travis/publish-website.sh