Skip to content

Commit

Permalink
Remove tests from release. Close #51
Browse files Browse the repository at this point in the history
  • Loading branch information
dram55 committed Aug 16, 2019
1 parent 686e769 commit ce8cbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_deploy:
- git tag $TRAVIS_TAG
- cd MarioMaker2OCR/bin
- mv Release MarioMaker2OCR
- zip -r MarioMaker2OCR_$VERSION_NUMBER.zip MarioMaker2OCR
- zip -r MarioMaker2OCR_$VERSION_NUMBER.zip MarioMaker2OCR -x "/Test/*"
- cd ../../
- export CHANGE_LOG=`git log $TRAVIS_COMMIT_RANGE --pretty='(%h) %s' | sed ':a;N;$!ba;s/\n/<br>/g'`

Expand Down

0 comments on commit ce8cbb1

Please sign in to comment.