Skip to content

Commit cf8a382

Browse files
committed
Travis CI: Fix mbedtools command to checkout
1 parent ae31149 commit cf8a382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ matrix:
8888
- pip install "Jinja2>=2.10.1,<2.11"
8989
- pip install "intelhex>=1.3,<=2.2.1"
9090
script:
91-
- mbedtools checkout
91+
- mbedtools deploy
9292
- echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
9393
- mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
9494
- ccache -s

0 commit comments

Comments
 (0)