• A
    configure travis to the branch independent · f2595928
    Amador Pahim 提交于
    Currently we have a travis script to run make check with every
    commit on the PR. But the script is hard coded to get the commit
    list using the branch master as reference.
    
    This commit uses travis env variables to make the script branch
    independent, so we can have the same .travis.yaml file for every
    branch we create (LTS branches for instance).
    Signed-off-by: NAmador Pahim <apahim@redhat.com>
    f2595928
.travis.yml 1.4 KB