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.
2 parents 85dc78e + 6730bc8 commit ddeb9c8Copy full SHA for ddeb9c8
.travis-ci.sh
@@ -16,6 +16,7 @@ GUEST_DEPENDENCIES="sudo python2.7 python3 python-pip python3-pip git"
16
17
function setup_arm_chroot {
18
# Host dependencies
19
+ sudo apt-get update
20
sudo apt-get install -qq -y ${HOST_DEPENDENCIES}
21
22
# Create chrooted environment
@@ -74,6 +75,7 @@ if [ "${ARCH}" = "arm" ]; then
74
75
setup_arm_chroot
76
fi
77
else
78
79
sudo apt-get install -qq -y python-pip # Because we might not be running in a Pythonic environment
80
81
run_tests
0 commit comments