mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
travis: don't test Weather, it hits my API limits too quickly
This commit is contained in:
parent
a6de04f08b
commit
ac4c9f2063
@ -21,8 +21,9 @@ env:
|
||||
- SYSDNS_HOST_COMMAND="/usr/bin/unbound-host" TEST_ARGS=""
|
||||
|
||||
script:
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "Skipping tests that require secret API keys (Weather, LastFM)"; export SKIP_PLUGINS="--exclude=./Weather --exclude=./LastFM"; fi'
|
||||
- supybot-test -c --plugins-dir=. $TEST_ARGS $SKIP_PLUGINS
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "Skipping tests that require secret API keys (Weather, LastFM)"; export SKIP_PLUGINS="--exclude=./LastFM"; fi'
|
||||
# Don't test Weather, it hits my API limits too quickly
|
||||
- supybot-test -c --plugins-dir=. $TEST_ARGS $SKIP_PLUGINS --exclude=./Weather
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user