We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e91f2 commit dfca8ebCopy full SHA for dfca8eb
.travis.yml
@@ -50,8 +50,10 @@ deploy:
50
51
before_install:
52
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/install_dependencies.sh
53
+ - chmod +x install_dependencies.sh
54
- source install_dependencies.sh
55
56
before_deploy:
57
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/build_release.sh
58
+ - chmod +x build_release.sh
59
- ./build_release.sh
0 commit comments