Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(.travis): set up validation #307

Merged
merged 15 commits into from Jun 3, 2019
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ install:
- npm install respec-validator

script:
- npx respec-validator --debug=true --check-links-using-get --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html
- npx respec-validator --check-links-using-get --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html

cache:
directories:
Expand Down