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 858bed2 + e6be769 commit 94b044aCopy full SHA for 94b044a
.travis.yml
@@ -2,6 +2,10 @@ language: c
2
3
sudo: required
4
5
+addons:
6
+ apt:
7
+ update: true
8
+
9
cache:
10
directories:
11
- armchroot
.travis_install.sh
@@ -1,5 +1,6 @@
1
set -e
+sudo apt-get update -y
if [[ "${ARCH}" = "linux64x64" ]]; then
sudo apt-get install -yq --no-install-suggests --no-install-recommends --force-yes \
debhelper \
0 commit comments