Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
b2495472
Commit
b2495472
authored
Feb 10, 2016
by
Matthieu Muffato
Browse files
Use a recent BioPerl in Travis
parent
c3f16de7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+1
-2
scripts/travis_run_tests.sh
scripts/travis_run_tests.sh
+1
-1
No files found.
.travis.yml
View file @
b2495472
...
...
@@ -17,8 +17,7 @@ addons:
-
python3
before_install
:
-
wget https://github.com/bioperl/bioperl-live/archive/bioperl-release-1-2-3.zip
-
unzip bioperl-release-1-2-3.zip
-
git clone --branch v1.6.x --depth 1 https://github.com/bioperl/bioperl-live
-
echo -e '#!/bin/bash\n\nperl '`which psql`' "$@"' > psql
-
chmod +x psql
-
export PATH=$PWD:$PATH
...
...
scripts/travis_run_tests.sh
View file @
b2495472
...
...
@@ -14,7 +14,7 @@
# limitations under the License.
export
PERL5LIB
=
$PWD
/bioperl-live
-bioperl-release-1-2-3
:
$PWD
/modules
export
PERL5LIB
=
$PWD
/bioperl-live:
$PWD
/modules
# for the t/10.pipeconfig/longmult.t test
export
EHIVE_TEST_PIPELINE_URLS
=
'mysql://travis@127.0.0.1/ehive_test_pipeline_db pgsql://postgres@127.0.0.1/ehive_test_pipeline_db sqlite:///ehive_test_pipeline_db'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment