Skip to content

Commit 9edd43d

Browse files
authored
Merge pull request ARMmbed#60 from ARMmbed/g-fix-travis
Fix .travis.yml requirements install
2 parents 49262a3 + 685e971 commit 9edd43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ install:
2121
# Get dependencies
2222
- git clone https://github.com/armmbed/mbed-os.git
2323
# Install python dependencies
24-
- sudo pip install -r mbed-os/requirements.txt
24+
- pip install -r mbed-os/requirements.txt

0 commit comments

Comments
 (0)