From 1b4c77dc36a3a30f5eba3cb09cf613be4fa174bf Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 4 Feb 2014 22:53:37 -0500 Subject: [PATCH] chore(travis): cleanup travis script echos --- scripts/travis/ci.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/scripts/travis/ci.sh b/scripts/travis/ci.sh index 84bd3ff911..ba790726b6 100755 --- a/scripts/travis/ci.sh +++ b/scripts/travis/ci.sh @@ -8,24 +8,20 @@ ARG_DEFS=( function init { # If we are on travis, set our git credentials to make the travis commits look better if [[ "$TRAVIS" == "true" ]]; then - git config --global user.name 'Ionitron' + git config --global user.name 'Ionotron' git config --global user.email hi@ionicframework.com + else + # For testing if we aren't on travis + export TRAVIS_BRANCH=master fi } function run { cd ../.. - # for testing, use your fork as GH_ORG to push to export GH_ORG=driftyco - if [[ "$TRAVIS" != "true" ]]; then - export TRAVIS_BRANCH=master - fi - - echo "-- Building on branch $TRAVIS_BRANCH for organization $GH_ORG" - # Jshint & check for stupid mistakes grunt jshint ddescribe-iit merge-conflict