From 05fa104ea8b1773fa85afcaf9c3cc2d637ecd3a3 Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Tue, 3 Jul 2018 09:57:17 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a416308818..3bd3424c48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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