Added gitignore and Travis CI config

This commit is contained in:
Matthew Connelly 2015-11-19 19:51:12 +00:00
parent 547987beca
commit 45a79a80f3
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Makefile.old

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"