Skip to content

Commit

Permalink
Setup travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Apr 11, 2015
1 parent a4ac8f4 commit 94b188a
Showing 1 changed file with 12 additions and 0 deletions.
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.20"
- "5.18"
- "5.8"

env:
global:
- COVERAGE=1

before_install:
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit 94b188a

Please sign in to comment.