-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.travis.yml
29 lines (29 loc) · 923 Bytes
/
.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
before_install:
# workaround for silly public keys bug in travis
# - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157;
#- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157
- perl -Mthreads -e 'print "this perl is multithreaded\n";'
- export PATH=$PATH:$(pwd)/scripts
- export PERL5LIB=PERL5LIB:$HOME/lib/perl5
# Ensure two bioperl modules
- cpanm -l ~ File::Slurp
- cpanm -l ~ String::Escape
install:
- make install
script:
- bash scripts/testInstallation.sh
- bash scripts/testScripts.sh
language: shell
addons:
apt:
sources:
#- deadsnakes
- extras-precise
- lucid
#- sourceline: 'ppa:ubuntu-toolchain-r/test'
#- sourceline: 'deb https://packagecloud.io/chef/stable/ubuntu/precise main'
# key_url: 'https://packagecloud.io/gpg.key'
packages:
- bioperl
- default-jre
- ncbi-blast+