Skip to content

Commit

Permalink
chore(travis): lint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fozy81 authored and gr2m committed Feb 26, 2017
1 parent b885758 commit b8a0e97
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: required
language: node_js
notifications:
email: false
Expand All @@ -7,6 +7,13 @@ node_js:
before_script:
- npm prune
- bin/quick-start-test.sh
- wget https://github.com/jgm/pandoc/releases/download/1.16.0.2/pandoc-1.16.0.2-1-amd64.deb
- sudo dpkg -i pandoc-1.16.0.2-1-amd64.deb
- find ./ -iname "*.rst" -type f -exec sh -c 'pandoc "${0}" -o "${0%.md}.md"' {} \;
- rm docs/guides/quickstart.rst.md
- gem install awesome_bot
- awesome_bot --allow-redirect --allow-dupe docs/**/*.md README.md --white-list 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
- npm run textlint
after_success:
- npm run semantic-release
- npm run coverage
Expand Down

0 comments on commit b8a0e97

Please sign in to comment.