Skip to content

Commit

Permalink
try testing IPv6 and TLS too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 29, 2014
1 parent 975eb27 commit 9996f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,9 +6,9 @@ perl:
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9 TEST_POD=1 TEST_EV=1"
- "HARNESS_OPTIONS=j9 TEST_POD=1 TEST_EV=1 TEST_IPV6=1 TEST_TLS=1"
install:
- "cpanm -n Test::Pod Test::Pod::Coverage EV"
- "cpanm -n Test::Pod Test::Pod::Coverage EV IO::Socket::IP IO::Socket::SSL"
- "cpanm -n --installdeps ."
notifications:
email: false

0 comments on commit 9996f80

Please sign in to comment.