@@ -1 +1,3 @@
config.yml
+Makefile.old
+
@@ -1,12 +1,7 @@
language: perl
perl:
- - "5.20"
- - "5.22"
- "5.24"
before_install:
- "cpanm Dancer2"
notifications:
- branches:
- only:
- - master
irc: "chat.freenode.net#pressecitron"
@@ -6,6 +6,7 @@ Makefile$
^blib
^pm_to_blib
^.*.bak
+^.*.conf
^.*.old
^t.*sessions
^cover_db
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+use Test::More tests => 1;
+use_ok 'Bartender';