Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

chore(.travis.yml): enable ReSpec validation #64

Merged
merged 7 commits into from Nov 15, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ install:
- npm install respec-validator

script:
- npx respec-validator
- npx respec-validator --gh-token=$GH_TOKEN

cache:
directories:
Expand Down