Skip to content

Commit

Permalink
working on travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Sep 30, 2018
1 parent af3bfe6 commit 44e21c7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ script:
- cd $TRAVIS_BUILD_DIR
- arduino --board $BOARD --save-prefs
- arduino --get-pref sketchbook.path
- build_sketches arduino $HOME/Arduino/libraries/arduinoVNC/examples/ $CPU
- build_sketches arduino $HOME/Arduino/libraries/arduinoVNC/examples/$CPU $CPU

notifications:
email:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions library.properties
@@ -1,9 +1,9 @@
name=arduinoVNC
version=1.3
author=Markus Sattler
maintainer=Markus Sattler
maintainer=Markus Sattler
sentence=VNC Client for Arduino
paragraph=
category=Display
url=https://github.com/Links2004/arduinoVNC
architectures=esp8266
architectures=esp8266,esp32

0 comments on commit 44e21c7

Please sign in to comment.