Fix for Travis CI

This commit is contained in:
schroeji 2015-09-25 11:15:56 +02:00
parent 675ddd8d08
commit e9835070e2

View File

@ -14,7 +14,6 @@ class Yaourt(Backend):
self.aur_only = aur_only
@property
def updates(self):
command = ["yaourt", "-Qua"]
checkupdates = run_through_shell(command)