Changed build options for Travis
This commit is contained in:
parent
19cea05704
commit
b38676e7f1
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue
Block a user