Skip to content

Commit

Permalink
modernized ".travis.yml"
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 27, 2012
1 parent 8d1633c commit 9632953
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .travis.yml
Expand Up @@ -4,3 +4,19 @@ perl:
- "5.14"
- "5.12"
- "5.10"
env:
- "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 --installdeps ."
notifications:
email: false
irc:
on_success: change
on_failure: always
channels:
- "irc.perl.org#mojo"
3 changes: 2 additions & 1 deletion Changes
@@ -1,5 +1,6 @@

3.71 2012-12-27
3.71 2012-12-28
- Modernized ".travis.yml".
- Improved documentation.

3.70 2012-12-23
Expand Down

0 comments on commit 9632953

Please sign in to comment.