Changed build options for Travis

This commit is contained in:
Georges Dupéron 2016-12-16 17:25:58 +01:00
parent 19cea05704
commit b38676e7f1

View File

@ -46,9 +46,13 @@ 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 scope-operations
script:
- raco test -p scope-operations
- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs scope-operations
#- raco pkg install --deps search-auto doc-coverage
#- if $RACKET_VERSION != "6.5" -a $RACKET_VERSION != "6.6"; then raco doc-coverage scope-operations; fi
#- raco doc-coverage scope-operations
after_success:
- raco setup --check-pkg-deps --pkgs scope-operations
- raco pkg install --deps search-auto cover cover-coveralls
- raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .