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-hive
Commits
58f286ff
Commit
58f286ff
authored
Aug 08, 2015
by
Leo Gordon
Browse files
cherry-picked the container-based travis config from 2.4
parent
8309622f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
.travis.yml
.travis.yml
+11
-3
No files found.
.travis.yml
View file @
58f286ff
...
@@ -8,12 +8,20 @@ env:
...
@@ -8,12 +8,20 @@ env:
-
COVERALLS=true
-
COVERALLS=true
-
COVERALLS=false
-
COVERALLS=false
sudo
:
false
addons
:
apt
:
packages
:
-
unzip
-
python3
before_install
:
before_install
:
-
sudo apt-get -y update
-
sudo apt-get -y install unzip python3
-
wget https://github.com/bioperl/bioperl-live/archive/bioperl-release-1-2-3.zip
-
wget https://github.com/bioperl/bioperl-live/archive/bioperl-release-1-2-3.zip
-
unzip bioperl-release-1-2-3.zip
-
unzip bioperl-release-1-2-3.zip
-
sudo sed -i '1s/usr\/bin\/perl -w/usr\/bin\/env perl/' `which psql`
-
echo -e '#!/bin/bash\n\nperl '`which psql`' "$@"' > psql
-
chmod +x psql
-
export PATH=$PWD:$PATH
-
ln -s /usr/share/perl5/PgCommon.pm modules/
-
ln -s /usr/share/perl5/PgCommon.pm modules/
...
...
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