Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no need for quotes
  • Loading branch information
kraih committed Feb 11, 2016
1 parent 06abe8c commit b62a422
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .travis.yml
@@ -1,17 +1,22 @@
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- 5.22
- 5.20
- 5.18
- 5.16
- 5.14
- 5.12
- 5.10
env:
- "HARNESS_OPTIONS=j9 TEST_EV=1 TEST_POD=1 TEST_SOCKS=1 TEST_TLS=1"
global:
- HARNESS_OPTIONS=j9
- TEST_EV=1
- TEST_POD=1
- TEST_SOCKS=1
- TEST_TLS=1
install:
- "cpanm -n EV IO::Socket::Socks IO::Socket::SSL Net::DNS::Native Test::Pod Test::Pod::Coverage"
- "cpanm -n --installdeps ."
- cpanm -n EV IO::Socket::Socks IO::Socket::SSL Net::DNS::Native Test::Pod Test::Pod::Coverage
- cpanm -n --installdeps .
sudo: false
notifications:
email: false

0 comments on commit b62a422

Please sign in to comment.