[interchange] Remove failing test.pl script from Travis config
Josh Lavin <[email protected]> Wed, 28 Jun 2017 13:33:39 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 87e05cdc2ee5f90bbe26057e858c33b3356ad3cc Author: Josh Lavin <[email protected]> Date: Wed Jun 28 06:33:35 2017 -0700 Remove failing test.pl script from Travis config - I believe since this requires access to a port, that the script fails on TravisCI. - Since we are further testing a catalog installation and server startup, the test.pl script itself is not really necessary here. .travis.yml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- diff --git a/.travis.yml b/.travis.yml index 48a8c4a..08dc97f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ before_script: script: - perl Makefile.PL force=1 PREFIX=/home/travis/interchange - make - - perl test.pl - prove -rlv - make install - mkdir /home/travis/catalogs