Update .travis.yml

This commit is contained in:
Lukáš Mešťan 2019-10-13 17:30:01 +02:00 committed by GitHub
parent 1ed838f532
commit 1a9be34f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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