Skip to content

Commit

Permalink
Perl on Travis: another try #2
Browse files Browse the repository at this point in the history
It seems Travis doesn't allow the libperl installation.Let's try to
stick with 5.18 because it installs it while accepting libperl-dev
package.
Euler Taveira committed Apr 21, 2016
1 parent 26bd96b commit e7d0934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -10,12 +10,11 @@ env:

language: perl
perl:
- "5.22"
- "5.18"

addons:
apt:
packages:
- libperl5.22
- libperl-dev

# install PostgreSQL and start 2 clusters

0 comments on commit e7d0934

Please sign in to comment.