Skip to content

Commit

Permalink
no need to install IO::Socket::IP manually
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 8, 2014
1 parent 2cc909e commit 25e63ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,9 +7,9 @@ perl:
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9 TEST_POD=1 TEST_EV=1 TEST_IPV6=1 TEST_SOCKS=1 TEST_TLS=1"
- "HARNESS_OPTIONS=j9 TEST_EV=1 TEST_IPV6=1 TEST_POD=1 TEST_SOCKS=1 TEST_TLS=1"
install:
- "cpanm -n Test::Pod Test::Pod::Coverage EV Net::DNS::Native IO::Socket::IP IO::Socket::Socks IO::Socket::SSL"
- "cpanm -n EV IO::Socket::Socks IO::Socket::SSL Net::DNS::Native Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
notifications:
email: false

0 comments on commit 25e63ad

Please sign in to comment.