Skip to content

Commit

Permalink
get rid of debug stuff in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Aug 27, 2019
1 parent 2921208 commit 0c25fdc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ script:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cmd.exe /C travis_win.bat ; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then python3 rebuild-libs.py all package ; fi

before_deploy:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then find '/c/Program Files (x86)/Microsoft Visual Studio/2019/' ; fi
- cd ${TRAVIS_BUILD_DIR}
- ls
#DEBUG:
#before_deploy:
# - if [ "$TRAVIS_OS_NAME" = "windows" ]; then find '/c/Program Files (x86)/Microsoft Visual Studio/2019/' ; fi
# - cd ${TRAVIS_BUILD_DIR}
# - ls

deploy:
provider: releases
Expand Down

0 comments on commit 0c25fdc

Please sign in to comment.