Skip to content

Commit 244479c

Browse files
author
Mohammad Azim Khan
committed
sudo required for building in travis CI
1 parent d339df2 commit 244479c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
python:
22
- "2.7"
33

4+
sudo: required
5+
46
script:
57
# Tells mbed-cli that the current directory is a project even though you didnt do an `mbed import` (helps suppress some warning messages)
68
- mbed config root .

0 commit comments

Comments
 (0)