chore(travis): cleanup travis script echos

This commit is contained in:
Andy Joslin
2014-02-04 22:53:37 -05:00
parent 456dc2b9f2
commit 1b4c77dc36

View File

@@ -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