Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.34
  • Loading branch information
ingydotnet committed Jun 14, 2014
1 parent 379b39a commit b90846b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ perl:
install:
- cpanm --quiet --notest
Devel::Cover::Report::Coveralls
Capture::Tiny
Pegex

script:
Expand All @@ -20,3 +21,10 @@ script:

after_success:
- cover -report coveralls

notifications:
irc:
channels:
- irc.freenode.net#testml
on_success: change
on_failure: always
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.34
date: Sat Jun 14 12:53:08 PDT 2014
changes:
- New Meta updates
---
version: 0.33
date: Sun Jun 8 12:31:30 PDT 2014
changes:
Expand Down
6 changes: 4 additions & 2 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: TestML
version: 0.33
version: 0.34
abstract: A Generic Software Testing Meta Language
homepage: http://testml.org

Expand All @@ -28,7 +28,9 @@ devel:
irc: irc.freenode.net/testml
bug: https://github.com/ingydotnet/testml-pm/issues/

=travis: perl
=travis:
type: perl
irc: irc.freenode.net#testml

# XXX need to generate TestML shims:
# perl -Ilib -MTestML::Setup -e 'TestML::Setup->new->setup(shift)' t/testml.yaml
Expand Down
4 changes: 4 additions & 0 deletions ReadMe.pod
Expand Up @@ -10,6 +10,10 @@ See http://github.com/ingydotnet/kwim-pm#readme

TestML - A Generic Software Testing Meta Language

=for html
<a href="https://travis-ci.org/ingydotnet/testml-pm"><img src="https://travis-ci.org/ingydotnet/testml-pm.png" alt="testml-pm"></a>
<a href="https://coveralls.io/r/ingydotnet/testml-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/testml-pm/badge.png" alt="testml-pm"></a>

=head1 SYNOPSIS

# file t/testml/encode.tml
Expand Down
2 changes: 2 additions & 0 deletions doc/TestML.kwim
Expand Up @@ -3,6 +3,8 @@ TestML

A Generic Software Testing Meta Language

<badge travis coveralls ingydotnet/testml-pm>

= Synopsis

# file t/testml/encode.tml
Expand Down

0 comments on commit b90846b

Please sign in to comment.