Fixed typo in .travis.yml
This commit is contained in:
parent
88cbc5702a
commit
93d0d164aa
|
@ -27,6 +27,6 @@ script:
|
|||
- raco test -x -p typed-map typed-map-doc typed-map-lib typed-map-test
|
||||
- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs typed-map typed-map-doc typed-map-lib typed-map-test
|
||||
- raco doc-coverage typed-map typed-map-doc typed-map-lib typed-map-test
|
||||
- then raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true
|
||||
- raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true
|
||||
# TODO: add an option to cover to run the "outer" module too, not just the submodules.
|
||||
# TODO: deploy the coverage info.
|
Loading…
Reference in New Issue
Block a user