Skip to content

Commit dcb0244

Browse files
Update PIO CI to be less chatty, fix CI fail
1 parent e0fedc5 commit dcb0244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/platformio.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
cache_dir=$(mktemp -d)
44

55
source "$TRAVIS_BUILD_DIR"/tests/common.sh
6+
set -ex
67

78
function install_platformio()
89
{
910
pip3 install --user -U https://github.com/platformio/platformio/archive/develop.zip
1011
platformio platform install "https://github.com/platformio/platform-espressif8266.git"
1112
# Overwrite toolchain with this PR's toolset. Probably better way to do this
12-
( cd $TRAVIS_BUILD_DIR/tools && python3 get.py )
13+
( cd $TRAVIS_BUILD_DIR/tools && python3 get.py -q )
1314
mv ~/.platformio/packages/toolchain-xtensa/package.json .save
1415
rm -rf ~/.platformio/packages/toolchain-xtensa
1516
mv $TRAVIS_BUILD_DIR/tools/xtensa-lx106-elf ~/.platformio/packages/toolchain-xtensa

0 commit comments

Comments
 (0)