Merge pull request #240 from fsquillace/dev

Fix travis for ARM tests
This commit is contained in:
Filippo Squillace 2020-03-17 14:54:12 +01:00 committed by GitHub
commit d1285908ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
7.1.0
7.1.1