public-apis/.travis.yml
Dave Machado fd3e859abf Allow 403 errors on CI builds
Allowing 403 errors to pass CI lets us know that the API is still active but it doesn't like robots pinging its endpoint without a key.
2017-03-02 09:49:32 -05:00

5 lines
117 B
YAML

language: ruby
rvm: 2.2
before_script: gem install awesome_bot
script: awesome_bot README.md --allow-ssl --allow 403