Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Sep 19, 2017
1 parent 655d260 commit 9c4cc42
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist: trusty
language: perl

perl:
- "5.26"
- "5.24"
- "5.22"

Expand All @@ -12,12 +13,12 @@ cache:

env:
matrix:
# include:
# perl: "5.26"
# env: GEARMAN_NETWORK_TEST=1 NETWORK_TEST=1
include:
- perl: "5.26"
env: GEARMAN_NETWORK_TEST=1 NETWORK_TEST=1
allow_failures:
perl: "5.26"
env: GEARMAN_NETWORK_TEST=1 NETWORK_TEST=1
- perl: "5.26"
env: GEARMAN_NETWORK_TEST=1 NETWORK_TEST=1

before_install:
- curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.7.5.deb && sudo dpkg -i --force-confnew elasticsearch-1.7.5.deb && sudo service elasticsearch restart
Expand Down

0 comments on commit 9c4cc42

Please sign in to comment.