Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Feb 7, 2014
1 parent e21eedd commit e1f6939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ perl:

install:
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- cpanm --missing --quiet --notest Devel::Cover::Report::Coveralls SQL::Translator
- cpanm --missing --quiet --notest --installdeps .
- cpanm --quiet --notest Devel::Cover::Report::Coveralls SQL::Translator
- cpanm --quiet --notest --installdeps .
- perl -Ilib -It/lib -MTestSchema -e'TestSchema->generate_ddl'

script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lcrsv t
- cover
after_success:
- cover -report coveralls

0 comments on commit e1f6939

Please sign in to comment.