Skip to content

Commit 5571781

Browse files
committed
Enable -Werror again to validate all code
* .travis.yml:
1 parent f0b75ca commit 5571781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cache:
99
- "~/.platformio"
1010

1111
env:
12-
# global:
13-
# - PLATFORMIO_BUILD_FLAGS=-Werror
12+
global:
13+
- PLATFORMIO_BUILD_FLAGS=-Werror
1414
matrix:
1515
- PLATFORMIO_CI_SRC=examples/ArduinoUnoNano-basic PLATFORMIO_CI_EXTRA_ARGS="--board=uno"
1616
- PLATFORMIO_CI_SRC=examples/ArduinoUnoNano-downlink PLATFORMIO_CI_EXTRA_ARGS="--board=uno"

0 commit comments

Comments
 (0)