diff options
| author | Ralf Kistner <ralf.kistner@gmail.com> | 2013-03-19 15:45:19 +0200 |
|---|---|---|
| committer | Ralf Kistner <ralf.kistner@gmail.com> | 2013-03-19 15:45:19 +0200 |
| commit | 2c7a56e052f7dd2b47fc17d4ea22359237eb5ea7 (patch) | |
| tree | 2a66a5f615892f6843a3cb80d0d4267424865dc0 /verify.sh | |
| parent | 53d10d02ba23223f5e8def4af8105023cf458c9b (diff) | |
Fix some travis configuration issues.
Diffstat (limited to 'verify.sh')
| -rwxr-xr-x | verify.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ set -e EXAMPLES=$PWD/examples -ARDUINO="not found" if [[ ! -d "$ARDUINO_PATH" && -f "/usr/bin/arduino" ]]; then ARDUINO_PATH=/usr/bin @@ -12,7 +11,7 @@ function example { if [[ -d "$ARDUINO_PATH" ]]; then echo "Using $ARDUINO_PATH/arduino" cd $ARDUINO_PATH - xvfb-run ./arduino --verify "$EXAMPLES/$1/$1.ino" + xvfb-run ./arduino --board arcore:avr:leonardo --verify "$EXAMPLES/$1/$1.ino" else echo "Set $ARDUINO_PATH to the folder containing the arduino binary" fi |
