Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 1ef11f2

Browse files
committed
Added some more diagnostics for failed 'travis' builds
1 parent a684a59 commit 1ef11f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
export ARDUINO_SDK_FILE="arduino-$ARDUINO_SDK_VERSION-linux32.tar.xz"
1919
else
2020
export ARDUINO_SDK_FILE="arduino-$ARDUINO_SDK_VERSION-macosx.zip"
21+
brew update
2122
brew upgrade cmake
2223
fi
2324
- wget "https://downloads.arduino.cc/$ARDUINO_SDK_FILE" -O "$ARDUINO_SDK_FILE"
@@ -38,5 +39,5 @@ script:
3839
- cmake -D CMAKE_TOOLCHAIN_FILE="../cmake/Arduino-Toolchain.cmake" ../examples
3940
- make
4041
after_failure:
41-
- ls -lR $ARDUNIO_SDK_PATH
42+
- ls -lR $ARDUINO_SDK_PATH
4243
- cat CMakeFiles/CMakeOutput.log

0 commit comments

Comments
 (0)