Skip to content

Commit 0c6978d

Browse files
update mbed-tools invocation
1 parent 47f2674 commit 0c6978d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ matrix:
7979
- pip install "Jinja2>=2.10.1,<2.11"
8080
- pip install "intelhex>=1.3,<=2.2.1"
8181
script:
82-
- mbedtools checkout
83-
- echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
84-
- mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
82+
- mbed-tools deploy
83+
- echo mbed-tools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
84+
- mbed-tools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
8585
- ccache -s
8686

8787
- <<: *cmake-build-test

0 commit comments

Comments
 (0)