summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-02-23 18:18:09 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-02-23 18:23:47 +0100
commit2df1d79b5f54971256d2eb8ff46e5ebb301722f1 (patch)
tree7ff338a40eb5532e0cd78ad6320411f3f7f41426
parent5686fe307dfe1f784646a784b8b819631bd5fb09 (diff)
downloadapk-tools-2df1d79b5f54971256d2eb8ff46e5ebb301722f1.tar.gz
apk-tools-2df1d79b5f54971256d2eb8ff46e5ebb301722f1.tar.bz2
apk-tools-2df1d79b5f54971256d2eb8ff46e5ebb301722f1.tar.xz
apk-tools-2df1d79b5f54971256d2eb8ff46e5ebb301722f1.zip
travis: fix tests to not depend on current edge
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 470f3b1..a81cab7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ sudo: required
dist: bionic
language: minimal
env:
+ global:
+ - SYSREPO=http://nl.alpinelinux.org/alpine/v3.11/main
matrix:
- ARCH=x86_64
- ARCH=x86
@@ -24,8 +26,8 @@ script:
- alpine src/apk --version
- alpine make static
- alpine src/apk.static --version
- - alpine make check
- - alpine make -C test root-tests
+ - alpine make check SYSREPO=$SYSREPO
+ - alpine make -C test root-tests SYSREPO=$SYSREPO
# If building a tagged commit, create and deploy tarball with statically linked
# apk to GitHub Releases.