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