Skip to content
Snippets Groups Projects
Commit 186bcc0c authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

To send notifications privately to me while doing the tests on the forked repo.

parent e945b5be
No related branches found
No related tags found
2 merge requests!214Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API,!214Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API
dist: precise
language: "perl"
language: perl
perl:
- "5.14"
- "5.12"
- "5.10"
# - "5.22"
# - "5.24"
- '5.14'
- '5.12'
- '5.10'
env:
- COVERALLS=true DB=mysql
- COVERALLS=false DB=mysql
- COVERALLS=false DB=sqlite
- 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-test.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-variation.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-compara.git
- git clone -b bioperl-release-1-6-1 --depth 1 https://github.com/bioperl/bioperl-live.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-test.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-variation.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-compara.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
- 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
# - perl: "5.22"
# env: COVERALLS=false DB=sqlite
# - perl: "5.22"
# env: COVERALLS=true DB=mysql
# - perl: "5.24"
# env: COVERALLS=false DB=sqlite
# - perl: "5.24"
# env: COVERALLS=true DB=mysql
- 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=
secure: IAlntwqq0n+8WY1ixm9KKe+KgNV3FTUr+El7bVsl2UACdCf9/JWpApANCTq89TIHlY/cShCNkmv7E4NUoRCabNqHe8lKaySjtjj+BA2ca+FjVm03JssyYatff1I/GmTwFDAbHuycWFZm/ze/9ba4YzOPGi6Bzp1W2WxsoYptQHf2lFCcWYuarTqBrJIcyV8NseRERoedgvNjVNGbi9DFIEFDvdeyuV1uS28ZpJCh1pvZwKjMHG8P1qgymEr8YtR0pVUY+V5OXDWivSEd+ulDaBi8nZ7yYrbO28+ZHpSGfwiSfemyTmQBUCS5+2/VMQd2Ty4Q6Wo+I7T4iSsNtQGMzEAmKLSXBsugD1wmX8wBMCtYp60eyEZmBak0l1mQfRQrJD57wu66xFjqHnB4Urs4tmiGnj5YmwsUI3IDWmqZXGTkpnuU4oj7eDhhQDXCv0ekuMJq64bNXqrsQYQhK+tViJDNTXm5d69AY/vHAPytIhn1cgtwNsy9GnGLec12wtcg2rYgZ4nbWbP+k3sAud7WkesCdiDSYSBZPURUnG62bZCcrDKmEStY5vQvdz7GenXvjv51SHPNkTn41J7aD0VvvtwdGfHf+M52x7zf2TSHE03dUvshE9GsMLz1MbUrAu3se1mUreyC9PX81dMbxQmHmWwd2wiRnc9EXcoJow4mSwk=
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment