Skip to content

Commit 64263e1

Browse files
committed
.travis.yml: Update mbed-tools commands
Commands for mbed-tools have been renamed since `.travis.yml` was first added to this repository.
1 parent f204f89 commit 64263e1

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
@@ -80,9 +80,9 @@ matrix:
8080
- pip install "intelhex>=1.3,<=2.2.1"
8181
script:
8282
- cd getting-started
83-
- mbedtools checkout
84-
- echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
85-
- mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
83+
- mbedtools deploy
84+
- echo mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
85+
- mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
8686
- ccache -s
8787
- cd ..
8888

0 commit comments

Comments
 (0)