Skip to content

Commit

Permalink
Added .gitignore, .travis.yml and MANIFEST.SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 18, 2015
1 parent 50ef24b commit 445e4b9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Parse-RPM-Spec-*.tar.gz
Parse-RPM-Spec/
Build
Changes
META.json
META.yml
MYMETA.json
MYMETA.yml
Makefile.PL
_build/
blib/
cover_db/
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: perl
perl:
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"

before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build && cover -test -report coveralls
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
^MYMETA.yml$

0 comments on commit 445e4b9

Please sign in to comment.