From 27c5af84ee8c61ec4d3009f0dae512ade2e5a2fa Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Mon, 10 Feb 2014 13:06:11 -0600 Subject: [PATCH] chore(release) something --- scripts/travis/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/ci.sh b/scripts/travis/ci.sh index b81ada6e7d..9901e7681d 100755 --- a/scripts/travis/ci.sh +++ b/scripts/travis/ci.sh @@ -17,7 +17,7 @@ function init { export TRAVIS_PULL_REQUEST=false export TRAVIS_COMMIT=$(git rev-parse HEAD) # use your github username as GH_ORG to push to, and it will push to ORG/ionic-code, etc - export GH_ORG=ajoslin + export GH_ORG=somethingnew2-0 fi }