Skip to content

Commit

Permalink
fixed environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 28, 2012
1 parent 9632953 commit 6a8b227
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -5,13 +5,9 @@ perl:
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j9"
- "TEST_EV=1"
- "TEST_IPV6=1"
- "TEST_POD=1"
- "TEST_TLS=1"
- "HARNESS_OPTIONS=j9 TEST_EV=1 TEST_IPV6=1 TEST_POD=1 TEST_TLS=1"
install:
- "cpanm -n Test::Pod Test::Pod::Coverage IO::Socket::IP IO::Socket::SSL EV"
- "cpanm -n EV IO::Socket::IP IO::Socket::SSL Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
notifications:
email: false
Expand Down

0 comments on commit 6a8b227

Please sign in to comment.