about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2015-02-16 20:23:33 -0800
committerFranck Cuny <franck@lumberjaph.net>2015-02-16 20:23:33 -0800
commit887e0664f2e9cd5a0308e499160ad7bfaa1f5b5b (patch)
treed147e155f9ff8256d1d3991c2e3437f7f7e06740
parentvarious update to the dzil configuration (diff)
downloadnet-http-api-887e0664f2e9cd5a0308e499160ad7bfaa1f5b5b.tar.gz
drop the --release target in dzil for travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 734033a..02f506b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,4 +13,4 @@ install:
     - dzil listdeps --author --missing | cpanm --no-skip-satisfied || { cat ~/.cpanm/build.log ; false ; }
 
 script:
-    - dzil test --author --release
+    - dzil test --author