mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 13:01:07 -05:00
.travis.yml: skip Weather and LastFM tests (which require secure data) on pull requests
This commit is contained in:
parent
65bb618662
commit
328d07af9a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user