mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 13:10:08 +00:00
Add sudo apt-get update to linux travis setup. (#437)
This commit is contained in:
@@ -37,6 +37,7 @@ set -x
|
|||||||
cd /tmp || die
|
cd /tmp || die
|
||||||
|
|
||||||
[ $TRAVIS_OS_NAME != linux ] || {
|
[ $TRAVIS_OS_NAME != linux ] || {
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install python-pexpect || die
|
sudo apt-get install python-pexpect || die
|
||||||
|
|
||||||
[ $BUILD_TARGET != cc2538 ] || {
|
[ $BUILD_TARGET != cc2538 ] || {
|
||||||
|
|||||||
Reference in New Issue
Block a user