Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Jul 3, 2018
1 parent 5d4c3c9 commit 05fa104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,8 @@ after_success: |
git -c user.name='travis' -c user.email='travis' commit -am "adding submodule"
git push -q https://$GITHUB_USER:$GITHUB_API_KEY@github.com/$TRAVIS_REPO_SLUG gh-pages
fi
git submodule update --init --remote --no-fetch $TRAVIS_BRANCH
git pull
git submodule update --remote --no-fetch
git -c user.name='travis' -c user.email='travis' commit -am "updating submodules"
git push -q https://$GITHUB_USER:$GITHUB_API_KEY@github.com/$TRAVIS_REPO_SLUG gh-pages
Expand Down

0 comments on commit 05fa104

Please sign in to comment.