From aa4c2b68a2c9b11884414e6ce210496046d8245d Mon Sep 17 00:00:00 2001 From: Andrew Yates <ayates@ebi.ac.uk> Date: Thu, 7 Jan 2016 10:35:01 +0000 Subject: [PATCH] Slack team name has changed. Travis needs updating --- .travis.yml | 67 ++++++++++++++++++++++------------------------------- 1 file changed, 28 insertions(+), 39 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5254dcc0e2..bdfc59e501 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,55 +1,44 @@ -language: "perl" - +language: perl perl: - - "5.14" - - "5.12" - - "5.10" - +- '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 - - wget https://github.com/bioperl/bioperl-live/archive/bioperl-release-1-2-3.zip - - unzip bioperl-release-1-2-3.zip - - +- 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 +- wget https://github.com/bioperl/bioperl-live/archive/bioperl-release-1-2-3.zip +- unzip bioperl-release-1-2-3.zip 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 +- 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 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.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: "NEyaFA8Ie0KzKw9ZL4RtWpTVhCJh7330oV7iTp8eeqvnxsaNnwi2/OKLHNYARThsctoGgELxFm1u5TxqyNTe5ZYgJ/dv67XjX6OyTYQCuJuyzlYzlhVlrsQdkBzhAQxpOzgcOYMMSYguvyQtkCTC1o50qZw0gbGJA+JXgS/7Qxs=" \ No newline at end of file + secure: gTcWzQsVHKPxRJ1u0U2l2+QVujmG1uFW44kAO3l46V5Im5uLTOLeM20ykk6ox4kaPHLs5ky7NGzcJmTDLaHBKjI4Sa34l4tJd0lhkv+hKj9TSv5pDDCdUX8v869Nm8LqJKh26HqvVcN7eHFRatLD/tfYvvkaP1rLLhwLLdr7czQ= -- GitLab