Commit 74e95e0f authored by Robert Knight's avatar Robert Knight

Check code formatting during Travis builds

parent b8ca1611
...@@ -10,7 +10,9 @@ matrix: ...@@ -10,7 +10,9 @@ matrix:
# See https://github.com/hypothesis/client/pull/27#discussion_r70611726 # See https://github.com/hypothesis/client/pull/27#discussion_r70611726
- env: ACTION=lint - env: ACTION=lint
node_js: '10' node_js: '10'
script: yarn run lint script:
- make checkformatting
- make lint
- env: ACTION=test - env: ACTION=test
node_js: '10' node_js: '10'
after_success: after_success:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment