Add sudo apt-get update to linux travis setup. (#437)

This commit is contained in:
Jonathan Hui
2016-08-19 10:04:10 -07:00
committed by GitHub
parent 7629974572
commit e72470797a
+1
View File
@@ -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 ] || {