Browse Source

test & build

Sniperovitch 8 years ago
parent
commit
25bda31a21
4 changed files with 8 additions and 5 deletions
  1. 2 0
      .gitignore
  2. 0 5
      .travis.yml
  3. 1 0
      MANIFEST.SKIP
  4. 5 0
      t/001_base.t

+ 2 - 0
.gitignore

@@ -1 +1,3 @@
 config.yml
+Makefile.old
+

+ 0 - 5
.travis.yml

@@ -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"

+ 1 - 0
MANIFEST.SKIP

@@ -6,6 +6,7 @@ Makefile$
 ^blib
 ^pm_to_blib
 ^.*.bak
+^.*.conf
 ^.*.old
 ^t.*sessions
 ^cover_db

+ 5 - 0
t/001_base.t

@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+use_ok 'Bartender';