Skip to content

Commit 821ca8c

Browse files
committed
Travis workaround
1 parent d6fe9f6 commit 821ca8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ if [ "$GITHUB_TOKEN" != "" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRA
2121
if ! git diff-index --exit-code --name-only HEAD --; then
2222
echo "But first; there were changes so lets try and push those back to 'develop'"
2323
git add -u
24+
# Workaround issue on Travis CI
25+
git add .cachedValidUrls.json
2426
git commit -m"Fixes from CI"
2527

2628
# I really hope this doesn't cause an infinite CI loop

0 commit comments

Comments
 (0)