From 65bb618662bd53b94d698cfe177a227d81f26f99 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 21 Mar 2017 10:49:44 -0700 Subject: [PATCH] .travis.yml: run tests for Weather again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 751ce59..baefe3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ env: - SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS="" script: - - supybot-test -c --plugins-dir=. $TEST_ARGS --exclude=./Weather + - supybot-test -c --plugins-dir=. $TEST_ARGS notifications: email: false