-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from wtsi-npg/devel
merge devel to master, preparation for release 62.6
- Loading branch information
Showing
39 changed files
with
599 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,49 @@ | ||
|
||
# This file was adapted from work by Keith James (keithj). The original source | ||
# can be found as part of the wtsi-npg/data_handling project here: | ||
# | ||
# https://github.com/wtsi-npg/data_handling | ||
# | ||
# iRODS setup added by Iain Bancarz (ib5), adapted from baton: | ||
# https://github.com/wtsi-npg/baton | ||
|
||
sudo: required | ||
|
||
language: perl | ||
|
||
perl: | ||
- "5.16" | ||
- "5.22-shrplib" | ||
|
||
addons: | ||
postgresql: "9.3" | ||
|
||
env: | ||
global: | ||
- DNAP_UTILITIES_VERSION="0.5.1" | ||
matrix: | ||
- TRAVIS_NODE_VERSION="0.12.9" | ||
- secure: cDfB188ECmloGfScZQezqwiFef7l+gXgn2RiTOxINriy9wYS6RmZxuZBHGuR36u7QV3QEJtMdihyQ+XBN2eQPf5jULQXV15t7gArXEVPzzF8i+f8MTgVHugU3TqmPLQkY94wBBbpzvRD9xCAC/uNiQcLLwuD2SjPfTXkqgqqtd0= | ||
- PGVERSION="9.3" | ||
- DISPOSABLE_IRODS_VERSION="1.2" | ||
- JANSSON_VERSION="2.7" | ||
- BATON_VERSION="0.17.0" | ||
- TRAVIS_NODE_VERSION="4.5.0" | ||
- RENCI_URL=ftp://ftp.renci.org | ||
- WTSI_NPG_GITHUB_URL=https://github.com/wtsi-npg | ||
|
||
matrix: | ||
- IRODS_VERSION=3.3.1 IRODS_RIP_DIR=/usr/local/irods | ||
- IRODS_VERSION=4.1.10 PG_PLUGIN_VERSION=1.10 PLATFORM=ubuntu12 | ||
|
||
before_install: | ||
- ./.travis/before_install.sh | ||
- ./.travis/before_install_mysql57.sh | ||
- ./.travis/before_install.sh | ||
|
||
install: | ||
- ./.travis/install.sh | ||
- ./.travis/install.sh | ||
|
||
script: | ||
- ./.travis/script.sh | ||
- export PATH=$IRODS_RIP_DIR/iRODS/clients/icommands/bin:$PATH | ||
- ienv | ||
- ils | ||
- ilsresc -l | ||
- ./.travis/script.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
|
||
set -e -x | ||
# set -u fails cause npm install to fail | ||
|
||
sudo apt-get update -qq | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.