mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-29 05:50:15 +00:00
Issue #58: Update travis for install AUR packages
This commit is contained in:
parent
0a0aac52f5
commit
4214206da0
1 changed files with 3 additions and 4 deletions
|
|
@ -5,13 +5,12 @@ install:
|
|||
- juju -f echo 'Installing juju'
|
||||
- sed -i -e "s/#Server/Server/" ~/.juju/etc/pacman.d/mirrorlist
|
||||
- juju -f pacman --noconfirm -Syy
|
||||
- juju -f pacman --noconfirm -S base-devel
|
||||
|
||||
script:
|
||||
- SKIP_ROOT_TESTS=1 ./tests/test_all.sh
|
||||
# Test on installing package from AUR (issue #58)
|
||||
#- juju -f pacman --noconfirm -S base-devel
|
||||
#- juju -f yaourt --noconfirm -S tcptraceroute
|
||||
#- juju -f tcptraceroute localhost
|
||||
# Test on installing package from AUR
|
||||
- juju -f yaourt --noconfirm -S tcptraceroute
|
||||
# Test on installing package from official repo
|
||||
- juju -f pacman --noconfirm -S sysstat
|
||||
- juju -f iostat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue