From 1a9be34f4c6ed0feef7623fac23b29d0b34ac60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Sun, 13 Oct 2019 17:30:01 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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