From 7b69b616884d721f010dee42f9c7dd1ddffb4df7 Mon Sep 17 00:00:00 2001 From: Eric Steinborn Date: Fri, 24 Nov 2017 08:51:48 -0500 Subject: [PATCH] add git config stuff in adfter success, becuase it runs before after script --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec6f6d7..03f99ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,9 @@ before_script: - git config --global user.name "Travis-CI" script: - grunt build -after_script: +after_success: - git config credential.helper "store --file=.git/credentials" - echo "https://${GH_TOKEN}:@github.com" > .git/credentials -after_success: - chmod -R 777 .travis-build.sh - ./.travis-build.sh env: