Skip to content

Commit

Permalink
chore(travis): whitelist pouchdb.c to make builds pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 5, 2017
1 parent f14cd93 commit 9bcd805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_script:
- gem install awesome_bot
# run dead link checks but silence no response, timeout, bad gateway, service unavailable and gateway timeout failures
# (due to false postives), redirect, dupes and excluding white-listed links
- awesome_bot --allow 404,408,502,503,504 --allow-redirect --allow-dupe --allow-timeout docs/**/*.md README.md --white-list https://david-dm.org,http://127.0.0.1:8080,http://myhoodieapp.com,https://pouchdb.com/adapters,https://hoodie-app-tracker-randomxyz.now.sh/,https://my-tracker-app.now.sh,https://hapijs.com/tutorials/,https://opencollective.com
- awesome_bot --allow 404,408,502,503,504 --allow-redirect --allow-dupe --allow-timeout docs/**/*.md README.md --white-list https://david-dm.org,http://127.0.0.1:8080,http://myhoodieapp.com,https://pouchdb.com/adapters,https://pouchdb.c,https://hoodie-app-tracker-randomxyz.now.sh/,https://my-tracker-app.now.sh,https://hapijs.com/tutorials/,https://opencollective.com
# run spelling/grammar/style checks
- npm run textlint
after_success:
Expand Down

0 comments on commit 9bcd805

Please sign in to comment.