Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
604466ca
Unverified
Commit
604466ca
authored
Jun 25, 2019
by
Marek Szuba
Committed by
GitHub
Jun 25, 2019
Browse files
Merge pull request #117 from Ensembl/travis_environment
Explicitly enable database services for Travis builds
parents
21db8ded
3c814ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
.travis.yml
.travis.yml
+4
-7
No files found.
.travis.yml
View file @
604466ca
...
...
@@ -4,19 +4,16 @@ perl:
-
"
5.14"
-
"
5.26"
services
:
-
mysql
-
postgresql
env
:
-
COVERALLS=true
-
COVERALLS=false
sudo
:
false
before_install
:
-
echo -e '#!/bin/bash\n\nperl '`which psql`' "$@"' > psql
-
chmod +x psql
-
export PATH=$PWD:$PATH
-
ln -s /usr/share/perl5/PgCommon.pm modules/
install
:
-
cpanm -v --installdeps --notest .
-
cpanm -n Devel::Cover::Report::Coveralls
...
...
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