Command in travis config was doc, not cov.

This commit is contained in:
2018-03-22 17:17:23 +01:00
parent 64bd9d1e14
commit d9f679603a

View File

@@ -4,7 +4,7 @@ git:
submodules: true submodules: true
script: script:
- yarn test - yarn test
- yarn doc - yarn cov
before_install: before_install:
- cd seasoned_api - cd seasoned_api
before_script: yarn before_script: yarn