Chmod +x on downloaded script.

This commit is contained in:
Tony DiCola 2016-12-15 15:20:35 -08:00
parent 804201d749
commit 1967c3f6c6

View file

@ -43,15 +43,18 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file:
- test.zip
- test_package.zip
- test_file.mpy
skip_cleanup: true
on:
tags: true
before_install:
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/install_dependencies.sh
- chmod +x install_dependencies.sh
- source install_dependencies.sh
before_deploy:
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/build_release.sh
- chmod +x build_release.sh
- ./build_release.sh