Skip to content

Commit

Permalink
use xspec stable releases instead of master/trunk
Browse files Browse the repository at this point in the history
latest stable release: v0.5.0
  • Loading branch information
Tobias Fischer committed Jan 15, 2017
1 parent 36845cf commit 124e7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image: java:8

# Clone the xspec sources and set the Saxon Path
before_script:
- git clone -b master https://github.com/xspec/xspec.git /tmp/xspec
- 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
- wget -O ${SAXON_CP} http://central.maven.org/maven2/net/sf/saxon/Saxon-HE/${SAXON_VERSION}/Saxon-HE-${SAXON_VERSION}.jar
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
- SAXON_VERSION=9.7.0-14
- SAXON_VERSION=9.6.0-7
before_script:
- git clone -b master https://github.com/xspec/xspec.git /tmp/xspec
# 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
- wget -O ${SAXON_CP} http://central.maven.org/maven2/net/sf/saxon/Saxon-HE/${SAXON_VERSION}/Saxon-HE-${SAXON_VERSION}.jar
Expand Down

0 comments on commit 124e7de

Please sign in to comment.