Skip to content

Commit

Permalink
Copy YAML 0.93 to here and turn into YAML::Old
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jun 14, 2014
1 parent 832b5f8 commit 0463b40
Show file tree
Hide file tree
Showing 75 changed files with 2,971 additions and 3,416 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: perl

perl:
- '5.18'
- '5.16'
- '5.14'
- '5.12'
- '5.10'
- '5.8'

install:
- git clone --depth=1
git://github.com/ingydotnet/test-base-pm ../test-base-pm
- cpanm --quiet --notest
Devel::Cover::Report::Coveralls
Spiffy

script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine
PERL5LIB=../test-base-pm/lib
prove -lv test/
- cover

after_success:
- cover -report coveralls

Loading

0 comments on commit 0463b40

Please sign in to comment.