37f3ad8 Use Travis-CI for basic sanity checks

1 file Authored by mbabinsk 7 years ago, Committed by mbasti 7 years ago,
1 file changed. 16 lines added. 0 lines removed.
    Use Travis-CI for basic sanity checks
    
    This patch adds the config file for Travis CI. The config file instructs the
    CI to:
    * check pep8 errors in PR
    * build RPMs in pulled in Fedora builder container
        (docker.io/martbab/freeipa-fedora-builder)
    
    These basic checks should eliminate basic errors that can break the build
    itself (formatting errors, Syntax errors/undeclared variables, missing
    BuildRequires, broken API.txt, etc.). It does not run any of our
    integration/unit tests.
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file added
+16