diff --git a/.travis.yml b/.travis.yml index 8e2f903..1178ab7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ before_script: # `raco pkg install --deps search-auto` to install any required # packages without it getting stuck on a confirmation prompt. script: - - raco test -x -p extensible-parser-specifications + - raco test -p extensible-parser-specifications - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs extensible-parser-specifications - raco pkg install --deps search-auto doc-coverage - raco doc-coverage extensible-parser-specifications