Without punctuation, we are lost

This commit is contained in:
Trevor Rosen 2017-11-14 11:23:06 -06:00
parent c0088f5d61
commit f31cc60c10
No known key found for this signature in database
GPG Key ID: 56054B6FF40DE0F9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- echo "Running tests
- echo "Running tests"
- make test_with_coverage
- echo "Checking that code is well-formatted"
- make fmt_check