Skip to content
Snippets Groups Projects
Commit 18cff0a5 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Trial threaded perl on Travis.

parent fc39bdf4
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,13 @@ language: perl
perl:
- '5.14'
- '5.16'
- '5.24'
- '5.26'
- '5.18'
- '5.24-shrplib'
- '5.26-shrplib'
env:
matrix:
- COVERALLS=true DB=mysql
# - COVERALLS=true DB=mysql
- COVERALLS=false DB=mysql
- COVERALLS=false DB=sqlite
global:
......@@ -46,12 +47,12 @@ matrix:
exclude:
- perl: '5.14'
env: COVERALLS=false DB=mysql
- perl: '5.14'
env: COVERALLS=true DB=mysql
- perl: '5.26'
# - perl: '5.14'
# env: COVERALLS=true DB=mysql
- perl: '5.26-shrplib'
env: COVERALLS=false DB=sqlite
- perl: '5.26'
env: COVERALLS=true DB=mysql
# - perl: '5.26'
# env: COVERALLS=true DB=mysql
notifications:
email:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment