Skip to content

Commit

Permalink
Update dist branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Sep 8, 2016
1 parent 7794b47 commit a23b933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- grunt travis
after_success:
- node deploy-docs.js
- if [ "$TRAVIS_BRANCH" = "641-dist-repo" ]; then grunt dists; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then grunt dists; fi
notifications:
slack:
secure: aQXFk2/MxX5eR2JM90xWAA9YX03QArY1ejUmnP/NkFHbB4zzKZblACjEeDTDTDCThZpXhrganX2nDWrWFrrXbOG28wKrRhEZSULPAgyiWGpfkMoT44fKmgh+eZ5C/isMF2eeQCrYo3EQCMxfCKxNaBhyLc+jr/Sm232zU2LaXo8=
2 changes: 1 addition & 1 deletion GruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ module.exports = function (grunt) {
// continuous integration dists
dist: {
options: {
branch: 'test', // TODO change to master when tested
branch: 'master',
remote: 'https://github.com/excaliburjs/excalibur-dist',
login: 'kamranayub',
token: process.env.GH_DIST_TOKEN,
Expand Down

0 comments on commit a23b933

Please sign in to comment.