Skip to content

Commit

Permalink
Remove failing test.pl script from Travis config
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
jlav1n committed Jun 28, 2017
1 parent 8e8e2de commit 87e05cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 87e05cd

Please sign in to comment.