Skip to content

Commit dfca8eb

Browse files
authored
Update .travis.yml
1 parent f7e91f2 commit dfca8eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ deploy:
5050

5151
before_install:
5252
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/install_dependencies.sh
53+
- chmod +x install_dependencies.sh
5354
- source install_dependencies.sh
5455

5556
before_deploy:
5657
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/build_release.sh
58+
- chmod +x build_release.sh
5759
- ./build_release.sh

0 commit comments

Comments
 (0)