-
Notifications
You must be signed in to change notification settings - Fork 29
/
.travis.yml
36 lines (26 loc) · 1.04 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
language: "perl"
perl:
- "5.22"
env:
sudo: false
addons:
apt:
packages:
- unzip
before_install:
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-external.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-analysis.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-compara.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-killlist.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-io.git
- git clone --branch release-1-6-9 --depth 1 https://github.com/bioperl/bioperl-run.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 --with-recommends --notest --cpanfile ensembl/cpanfile .
script: "./travisci/harness.sh"
notifications:
email:
on_success: always
on_failure: always