summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKenichi Ishigaki <ishigaki@cpan.org>2024-01-21 22:24:33 +0900
committerGitHub <noreply@github.com>2024-01-21 22:24:33 +0900
commitf46a82128c83c1d757647e5a48580e7334d125b9 (patch)
treef596ad78dd01b51489286f9ab3518146623267a4 /.travis.yml
parentea52a5625df48545e1899a15474202c54aef59a7 (diff)
parent1d9f0e6d934fd7d302d9d87dd57b5925a53bc59e (diff)
Merge pull request #14 from charsbar/stringify_version
Make sure to stringify version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 7610fa0..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-language: perl
-perl:
- - 5.22
- - "5.20"
- - 5.18
- - 5.16
- - 5.14
- - 5.12
- - "5.10"
- - 5.8
-before_install:
- - perlbrew install-cpanm -f
-install:
- - cpanm -nq --installdeps --with-develop --with-recommends --with-suggests .
-script:
- - prove -lr t xt
- - cpanm -nq version
- - prove -lr t xt
-env:
- - PERL5LIB=
- - PERL5LIB=t/fatlib_9909
- - PERL5LIB=t/fatlib_9913