Skip to content

Commit

Permalink
Test SMS::AQL via Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpresh committed Dec 15, 2012
1 parent c677037 commit 73063aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: perl

perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"

script:
- perl Makefile.PL
- make test

0 comments on commit 73063aa

Please sign in to comment.