Skip to content

Commit 365950f

Browse files
author
Mohammad Azim Khan
committed
Fixed .travis.yaml
1 parent b1333e2 commit 365950f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ python:
33

44
script:
55
# Tells mbed-cli that the current directory is a project even though you didnt do an `mbed import` (helps suppress some warning messages)
6-
mbed config root .
6+
- mbed config root .
77
# Pull in mbed-os and other dependencies
8-
mbed deploy
9-
mbed compile --clean -m K64F -t GCC_ARM
10-
mbed compile --clean -m K64F -t GCC_ARM --profile debug
8+
- mbed deploy
9+
- mbed compile --clean -m K64F -t GCC_ARM
10+
- mbed compile --clean -m K64F -t GCC_ARM --profile debug
1111

1212
before_install:
1313
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded

0 commit comments

Comments
 (0)