From 18b2c27774d682cf352577db0714cbdcfde6376e Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 25 Oct 2015 17:51:27 -0700 Subject: [PATCH] .travis.yml: no longer exclude LastFM from tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88c856a..df2327c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,7 @@ env: - TEST_ARGS="" script: - # Weather and LastFM are hosted in their own repositories and tested separately. - - supybot-test -c --plugins-dir=. $TEST_ARGS --exclude=./LastFM --exclude=./Weather + - supybot-test -c --plugins-dir=. $TEST_ARGS --exclude=./Weather notifications: email: false