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-test
Commits
5b0dc579
Commit
5b0dc579
authored
Sep 11, 2017
by
Alessandro Vullo
Browse files
[
ENSCORESW-2387
] Travis build configuration.
parent
3e257a7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
.travis.yml
.travis.yml
+56
-0
No files found.
.travis.yml
0 → 100644
View file @
5b0dc579
dist
:
precise
language
:
"
perl"
perl
:
-
"
5.14"
-
"
5.12"
-
"
5.10"
# - "5.22"
# - "5.24"
env
:
-
COVERALLS=true DB=mysql
-
COVERALLS=false DB=mysql
-
COVERALLS=false DB=sqlite
sudo
:
false
addons
:
apt
:
packages
:
-
unzip
before_install
:
-
git clone --branch master --depth 1 https://github.com/Ensembl/ensembl.git
-
git clone -b bioperl-release-1-6-1 --depth 1 https://github.com/bioperl/bioperl-live.git
install
:
-
cpanm -v --installdeps --notest .
-
cpanm -n Devel::Cover::Report::Coveralls
-
cpanm -n DBD::SQLite
-
cp travisci/MultiTestDB.conf.travisci.mysql modules/t/MultiTestDB.conf.mysql
-
cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
script
:
"
./travisci/harness.sh"
# Get the matrix to only build coveralls support when on 5.10
matrix
:
exclude
:
-
perl
:
"
5.10"
env
:
COVERALLS=false DB=mysql
-
perl
:
"
5.12"
env
:
COVERALLS=false DB=sqlite
-
perl
:
"
5.12"
env
:
COVERALLS=true DB=mysql
-
perl
:
"
5.14"
env
:
COVERALLS=false DB=sqlite
-
perl
:
"
5.14"
env
:
COVERALLS=true DB=mysql
notifications
:
email
:
on_success
:
always
on_failure
:
always
slack
:
secure
:
gTcWzQsVHKPxRJ1u0U2l2+QVujmG1uFW44kAO3l46V5Im5uLTOLeM20ykk6ox4kaPHLs5ky7NGzcJmTDLaHBKjI4Sa34l4tJd0lhkv+hKj9TSv5pDDCdUX8v869Nm8LqJKh26HqvVcN7eHFRatLD/tfYvvkaP1rLLhwLLdr7czQ=
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