diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2015-02-16 20:23:33 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2015-02-16 20:23:33 -0800 |
| commit | 887e0664f2e9cd5a0308e499160ad7bfaa1f5b5b (patch) | |
| tree | d147e155f9ff8256d1d3991c2e3437f7f7e06740 /.travis.yml | |
| parent | various update to the dzil configuration (diff) | |
| download | net-http-api-887e0664f2e9cd5a0308e499160ad7bfaa1f5b5b.tar.gz | |
drop the --release target in dzil for travis
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 2 |
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 |
