Skip to content

Commit

Permalink
update saxon test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Fischer committed Jan 15, 2017
1 parent 124e7de commit f1156ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ before_script:
- chmod +x ${SAXON_CP}

# Run the xspec tests with old saxon version
test:saxon_old:
test:previous-saxon:
stage: test
variables:
SAXON_VERSION: "9.6.0-7"
SAXON_VERSION: "9.6.0-10"
script:
- cd test
- ./run-xspec-tests.sh

# Run the xspec tests with new saxon version
test:saxon_new:
test:current-saxon:
stage: test
variables:
SAXON_VERSION: "9.7.0-14"
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ jdk:
env:
matrix:
- SAXON_VERSION=9.7.0-14
- SAXON_VERSION=9.6.0-7
- SAXON_VERSION=9.6.0-10
before_script:
# install saxon 9.7.0-14
- git clone -b v0.5.0 https://github.com/xspec/xspec.git /tmp/xspec
- mkdir -p /tmp/xspec/saxon
- export SAXON_CP=/tmp/xspec/saxon/saxon9he.jar
Expand Down

0 comments on commit f1156ac

Please sign in to comment.