We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fa048 commit 8385b54Copy full SHA for 8385b54
.travis.yml
@@ -8,8 +8,6 @@ os:
8
before_install:
9
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
10
script:
11
- - export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
12
- - export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo `curl -s $PR | jq -r .head.ref`; fi)
13
- ./build.sh
14
cache:
15
directories:
0 commit comments