• Kevin Modzelewski's avatar
    Try to fix the Travis-CI build · da15429c
    Kevin Modzelewski authored
    Our previous travis build steps had a circular dependency between cmake and llvm:
    we need to run cmake to update llvm to our picked revision, but we need to be on
    our specific llvm revision in order to run cmake (newer LLVM's are incompatible
    with our build scripts).
    
    Break the dependency by manually calling git_svn_gotorev.py
    Hopefully this syntax works
    da15429c
.travis.yml 1.62 KB