Skip to content

Commit 9d6e56c

Browse files
committed
Maybe fixes git fetch for Vale
1 parent 7d146a7 commit 9d6e56c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ before_install:
2222
- sleep 7
2323

2424
before_script:
25-
- if [ $TRAVIS_BRANCH == master ]; then
26-
git remote set-branches --add origin master;
27-
git fetch --unshallow;
28-
fi
25+
- git remote set-branches --add origin $TRAVIS_BRANCH
26+
- git fetch --unshallow
2927
- sleep 7
3028

3129
script:

0 commit comments

Comments
 (0)