From 328d07af9a969307f9a0135e2c94f03b55fa518d Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 21 Mar 2017 11:05:32 -0700 Subject: [PATCH] .travis.yml: skip Weather and LastFM tests (which require secure data) on pull requests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index baefe3a..a2a1da8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,8 @@ env: - SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS="" script: - - supybot-test -c --plugins-dir=. $TEST_ARGS + - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then export SKIP_PLUGINS=--exclude=./Weather --exclude=./LastFM; fi' + - supybot-test -c --plugins-dir=. $TEST_ARGS $SKIP_PLUGINS notifications: email: false