Skip to content

Commit

Permalink
fixed .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 30, 2014
1 parent 572354d commit 9f071d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -6,11 +6,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_POD=1 TEST_EV=1 TEST_IPV6=1 TEST_SOCKS=1 TEST_TLS=1"
install:
- "cpanm -n Test::Pod Test::Pod::Coverage"
- "cpanm -n EV IO::Socket::IP IO::Socket::Socks IO::Socket::SSL"
- "cpanm -n Test::Pod Test::Pod::Coverage EV IO::Socket::IP IO::Socket::Socks IO::Socket::SSL"
- "cpanm -n --installdeps ."
notifications:
email: false

0 comments on commit 9f071d8

Please sign in to comment.