Fixed typo in .travis.yml

This commit is contained in:
Georges Dupéron 2017-04-20 21:01:09 +02:00
parent 88cbc5702a
commit 93d0d164aa

View File

@ -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.