about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2015-02-17 20:03:39 -0800
committerFranck Cuny <franck@lumberjaph.net>2015-02-17 20:03:39 -0800
commit2ebc7c511a22e911b152d54cdc05ede441d4cf31 (patch)
tree20e8bfff67b611af383cda6e5f963405c06166a2
parentdrop the --release target in dzil for travis (diff)
downloadnet-http-api-2ebc7c511a22e911b152d54cdc05ede441d4cf31.tar.gz
drop 5.10 from travis
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 02f506b..6134928 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 ; }