Skip to content

Commit

Permalink
upgrading postgres and perls version in order to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Jun 7, 2019
1 parent d554dd5 commit f7e574b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -2,13 +2,16 @@ language: perl
sudo: false

addons:
postgresql: "9.3"
postgresql: "10"

perl:
- '5.14'
- '5.16'
- '5.18'
- '5.20'
- '5.22'
- '5.24'
- '5.26'
- '5.28'
- 'blead'

env:
Expand Down

0 comments on commit f7e574b

Please sign in to comment.