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

Simplify travis config again now scope of problem is known.

parent 18cff0a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,7 @@ language: perl
perl:
- '5.14'
- '5.16'
- '5.18'
- '5.24-shrplib'
- '5.26-shrplib'
- '5.26'
env:
matrix:
......@@ -45,14 +42,14 @@ jobs:
matrix:
exclude:
- perl: '5.14'
env: COVERALLS=false DB=mysql
# - perl: '5.14'
# env: COVERALLS=true DB=mysql
- perl: '5.26-shrplib'
# env: COVERALLS=false DB=mysql
# - perl: '5.14'
# env: COVERALLS=true DB=mysql
- perl: '5.26'
env: COVERALLS=false DB=sqlite
# - perl: '5.26'
# env: COVERALLS=true DB=mysql
# 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