Skip to content

Commit 8385b54

Browse files
committed
Don't need travis workaround anymore
1 parent b6fa048 commit 8385b54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ os:
88
before_install:
99
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
1010
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)
1311
- ./build.sh
1412
cache:
1513
directories:

0 commit comments

Comments
 (0)