Skip to content

Commit

Permalink
[skip travis] update travis for pushing mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Apr 10, 2019
1 parent ca179a4 commit a5574bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ script:
# if [[ $TRAVIS_JOB_NAME == 'osx' && type != push ]]; then
# echo "Copying Files..."
# cd $TRAVIS_BUILD_DIR/
# cp -R $TRAVIS_BUILD_DIR/Builds/MacOSX/build/Release/NewMixer.app $TRAVIS_BUILD_DIR/Bin/Mac/NewMixer.app
# cp -R $TRAVIS_BUILD_DIR/Builds/MacOSX/build/Release/NewMixer.app $TRAVIS_BUILD_DIR/NewMixer.app
#
# echo "Setting Up Git..."
# git config --global user.email "[email protected]"
# git config --global user.name "Travis CI"
#
# echo "Committing Files..."
# git checkout -b builds
# git add Bin/Mac/
# git add Newmixer.app
# git commit -m "Travis build- $TRAVIS_BUILD_NUMBER"
#
# echo "Pushing to branch..."
Expand Down

0 comments on commit a5574bc

Please sign in to comment.