• Peter Wu's avatar
    integration-tests: do not use recursive target · e80977c8
    Peter Wu authored
    Older automake (travis, *cough*) do not support the
    AM_EXTRA_RECURSIVE_TARGETS option, this results in invoking "it-local"
    directly in the travis script which relies on an implementation detail.
    
    Since the "it" target is only used by the integration-tests directory,
    just avoid the recursive targets. The README.rst suggests to enter the
    integration-tests directory anyway.
    e80977c8
.travis.yml 1.23 KB