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
9862db92
Commit
9862db92
authored
Mar 26, 2015
by
Matthieu Muffato
Browse files
Only add coveralls support when testing with Perl 5.10
parent
45500513
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.travis.yml
.travis.yml
+9
-0
No files found.
.travis.yml
View file @
9862db92
...
...
@@ -6,6 +6,7 @@ perl:
env
:
-
COVERALLS=true
-
COVERALLS=false
before_install
:
-
sudo apt-get -y update
...
...
@@ -25,3 +26,11 @@ notifications:
on_success
:
always
on_failure
:
always
# Get the matrix to only build coveralls support when on 5.10
matrix
:
exclude
:
-
perl
:
"
5.10"
env
:
COVERALLS=false
-
perl
:
"
5.14"
env
:
COVERALLS=true
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