Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Apr 13, 2015
1 parent 83b5bed commit 8f03b29
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
MYMETA.json
MYMETA.yml
Makefile
ReadKey.c
ReadKey.o
blib/
cchars.h
pm_to_blib
Term-Cap-*.tar.gz
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: perl
perl:
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"

1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -2,6 +2,7 @@ Cap.pm
Changes
LICENSE
MANIFEST
MANIFEST.SKIP
Makefile.PL
README
test.pl
2 changes: 2 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,2 @@
.gitignore
.travis.yml

0 comments on commit 8f03b29

Please sign in to comment.