Skip to content

Commit

Permalink
Update our CI to new travis infrastructure and grab remote changes be…
Browse files Browse the repository at this point in the history
…fore merge
  • Loading branch information
pirog committed Oct 3, 2015
1 parent fdf939c commit 8502882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: php
sudo: false
php:
- 5.3
before_install:
Expand Down
2 changes: 2 additions & 0 deletions ci/travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ after-success() {
git remote rm origin
git remote add origin [email protected]:kalamuna/playbox.git
git checkout $TRAVIS_BRANCH
# Pull in any remote changes
git pull upstream $TRAVIS_BRANCH
#git commit -m "KALABOT MERGING COMMIT ${TRAVIS_COMMIT} FROM ${TRAVIS_REPO_SLUG} [ci skip]" --amend --author="Kala C. Bot <[email protected]>" --no-verify
#git push origin $TRAVIS_BRANCH -f
git push upstream $TRAVIS_BRANCH
Expand Down

0 comments on commit 8502882

Please sign in to comment.