We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ef14f commit b075ac6Copy full SHA for b075ac6
.travis.yml
@@ -3,8 +3,8 @@ language: shell
3
before_install: sudo ./setup-ubuntu-x64.sh
4
install: ./build.sh
5
before_deploy:
6
- - mv build tentacle-build
7
- - zip -r tentacle-build-arduino.zip tentacle-build/arduino
+ - mv build/arduino tentacle-build
+ - zip -r tentacle-build-arduino.zip tentacle-build
8
deploy:
9
- provider: releases
10
api_key:
0 commit comments