.travis.yml: no longer exclude LastFM from tests

This commit is contained in:
James Lu 2015-10-25 17:51:27 -07:00
parent facd42da12
commit 18b2c27774

View File

@ -26,8 +26,7 @@ env:
- TEST_ARGS="" - TEST_ARGS=""
script: script:
# Weather and LastFM are hosted in their own repositories and tested separately. - supybot-test -c --plugins-dir=. $TEST_ARGS --exclude=./Weather
- supybot-test -c --plugins-dir=. $TEST_ARGS --exclude=./LastFM --exclude=./Weather
notifications: notifications:
email: false email: false