summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-07 11:19:48 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-07 11:19:48 -0700
commit991c01c3151ec10a5a25d771d8dda2e2288e3222 (patch)
tree614ec0ff9814917e3ed4ccd4b62c2338034638e0 /.travis.yml
parentAdd configuration for Travis. (diff)
downloadplack-middleware-etag-991c01c3151ec10a5a25d771d8dda2e2288e3222.tar.gz
Drop Perl 5.10 from Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ae4afb..5b67b75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ perl:
- "5.16"
- "5.14"
- "5.12"
- - "5.10"
install:
- dzil authordeps --missing | cpanm --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }