mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-14 09:36:18 -04:00
Update .travis.yml
This commit is contained in:
parent
1ed838f532
commit
1a9be34f4c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue