diff --git a/.travis.yml b/.travis.yml index 7f66f6f..bf1c2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ addons: - cmake install: - - git checkout ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} - - git branch --set-upstream-to origin/$TRAVIS_BRANCH +# - git checkout ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} +# - git branch --set-upstream-to origin/$TRAVIS_BRANCH - git rev-parse HEAD script: make test