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

Commit bcfe1f2

Browse files
committed
Removed any 'brew' actions for OS X images in 'travis'.
All required dependencies are currently met, so the time-consuming 'brew' actions such as 'update' and 'upgrade' are not required. Also removed output of Arduino SDK's directory contents on failed builds.
1 parent 97798a6 commit bcfe1f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ before_install:
1818
export ARDUINO_SDK_FILE="arduino-$ARDUINO_SDK_VERSION-linux64.tar.xz"
1919
else
2020
export ARDUINO_SDK_FILE="arduino-$ARDUINO_SDK_VERSION-macosx.zip"
21-
brew update
22-
brew upgrade cmake
2321
fi
2422
- wget "https://downloads.arduino.cc/$ARDUINO_SDK_FILE" -O "$ARDUINO_SDK_FILE"
2523
- mkdir arduino-sdk
@@ -39,5 +37,4 @@ script:
3937
- cmake -D CMAKE_TOOLCHAIN_FILE="../cmake/Arduino-Toolchain.cmake" ../examples
4038
- make
4139
after_failure:
42-
- ls -lR $ARDUINO_SDK_PATH
4340
- cat CMakeFiles/CMakeOutput.log

0 commit comments

Comments
 (0)