From 4214206da07b40d307aa8f073a0a0e0490b4ecb8 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Sat, 4 Apr 2015 16:34:30 +0200 Subject: [PATCH] Issue #58: Update travis for install AUR packages --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66f859f..1d79584 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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