Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
34a9852f
Commit
34a9852f
authored
Feb 18, 2019
by
Matthieu Muffato
Browse files
Merge branch 'version/2.2' into version/2.3
* version/2.2: End of support for older Perl versions
parents
f678790d
032d798e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+4
-4
docs/eHive_install_usage.txt
docs/eHive_install_usage.txt
+1
-1
docs/install.html
docs/install.html
+1
-1
No files found.
.travis.yml
View file @
34a9852f
language
:
"
perl"
perl
:
-
"
5.10"
-
"
5.14"
-
"
5.26"
env
:
-
COVERALLS=true
...
...
@@ -38,11 +38,11 @@ notifications:
slack
:
secure
:
"
fbxQ+yuUAKKI10MUmNeCUbLqmVoOHUhGdM2KetqT5DmSn2rHxb099040Ira2tBYmUEPb5QvIMfPZ1xgS27he4xsZIpvOLsd1Or9OOL8XqyeTLcZ/IG4rpky0ehltVXs3s4ClM+YXwCHIoR2FwVghLVn6znmRkYm3TreSDtEUC2o="
# Get the matrix to only build coveralls support when on 5.1
0
# Get the matrix to only build coveralls support when on 5.1
4
matrix
:
exclude
:
-
perl
:
"
5.10"
env
:
COVERALLS=false
-
perl
:
"
5.14"
env
:
COVERALLS=true
-
perl
:
"
5.26"
env
:
COVERALLS=false
docs/eHive_install_usage.txt
View file @
34a9852f
...
...
@@ -2,7 +2,7 @@
1. Download and install the necessary external software:
1.1. Perl 5.1
0
or higher, since eHive code is written in Perl
1.1. Perl 5.1
4
or higher, since eHive code is written in Perl
see http://www.perl.com/download.csp
...
...
docs/install.html
View file @
34a9852f
...
...
@@ -12,7 +12,7 @@
eHive system depends on the following components that you may need to download and install first:
<ol>
<li>
Perl 5.1
0
<a
href=
http://www.perl.org/get.html
>
or higher
</a></li>
<li>
Perl 5.1
4
<a
href=
http://www.perl.org/get.html
>
or higher
</a></li>
<li>
A database engine of your choice. eHive keeps its state in a database, so you will need
<ol>
<li>
a server installed on the machine where you want to maintain the state of your pipeline(s) and
</li>
...
...
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