We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6455a3 commit 3a98733Copy full SHA for 3a98733
.travis.yml
@@ -31,6 +31,6 @@ install:
31
- git clone https://github.com/armmbed/mbed-os.git
32
- git clone https://github.com/armmbed/spiflash-driver.git
33
# Install python dependencies
34
- - sudo pip install -r mbed-os/requirements.txt
+ - pip install --user -r mbed-os/requirements.txt
35
# Create main file for example
36
- sed -n '/``` c++/,/```/{/```/d; p;}' README.md > main.cpp
0 commit comments