mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 18:07:47 +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
|
||||
|
||||
[ $TRAVIS_OS_NAME != linux ] || {
|
||||
sudo apt-get update
|
||||
sudo apt-get install python-pexpect || die
|
||||
|
||||
[ $BUILD_TARGET != cc2538 ] || {
|
||||
|
||||
Reference in New Issue
Block a user