.travis.yml: skip Weather and LastFM tests (which require secure data) on pull requests

This commit is contained in:
James Lu 2017-03-21 11:05:32 -07:00
parent 65bb618662
commit 328d07af9a

View File

@ -25,7 +25,8 @@ env:
- SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS="" - SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS=""
script: 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: notifications:
email: false email: false