Skip to content

Commit

Permalink
Run JSON schema unit tests during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
guidokessels committed Jan 22, 2019
1 parent 1566ed1 commit 7644907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ cache:
yarn: true
script:
- yarn run validate:json
- yarn run validate:schema
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
},
"prettier": {
"printWidth": 80
},
"jest": {}
}
}

0 comments on commit 7644907

Please sign in to comment.