From 1580ba9c8e86eff8c955da8fe499f1ad07c8a7b5 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Mon, 16 Mar 2020 20:52:01 +0100 Subject: [PATCH] Fix travis for ARM tests --- .travis.yml | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0feac4..025ddc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,6 @@ script: - yes | junest setup --delete - export JUNEST_HOME=~/.junest-arm - - ${PWD}/lib/checks/check_all.sh + - junest proot --fakeroot -- ${PWD}/lib/checks/check.sh --skip-aur-tests + - junest proot -- ${PWD}/lib/checks/check.sh --skip-aur-tests --use-sudo - yes | junest setup --delete diff --git a/VERSION b/VERSION index a3fcc71..21c8c7b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0 +7.1.1