Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Mar 3, 2015
1 parent d040cdc commit dd04f16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: perl
perl:
- "5.20" # installs latest perl 5.20 (if not already available)
sudo: false # faster builds as long as you don't need sudo access
before_install:
- eval $(curl https://travis-perl.github.io/init) --auto

0 comments on commit dd04f16

Please sign in to comment.