Skip to content

Commit c51326e

Browse files
committed
test
1 parent babfc7a commit c51326e

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
@@ -9,7 +9,8 @@ install:
99
- pip install -U platformio
1010
- platformio update
1111
script:
12-
- platformio ci --keep-build-dir --lib="./lib/cat9554" --lib="./lib/cse7766" --project-conf=platformio.ini
12+
- mkdir build
13+
- platformio ci --keep-build-dir --build-dir ./build --lib="./lib/cat9554" --lib="./lib/cse7766" --project-conf=platformio.ini
1314
src/main.cpp
1415
before_deploy:
1516
- platformio ci -h

0 commit comments

Comments
 (0)