commit b38676e7f105c22958742d673af85dfbd781deec parent 19cea057043ac763edaf5f684570ee2ff65b5dff Author: Georges Dupéron <georges.duperon@gmail.com> Date: Fri, 16 Dec 2016 17:25:58 +0100 Changed build options for Travis Diffstat:
| M | .travis.yml | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -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 .