www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9a140b2a437a64cc5cac6fb3e7d89bb082929679
parent 9de543564558d73fc30dfbe64772110e4e0348f9
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  4 Apr 2016 23:51:46 +0200

Cleaned up .travis.yml

Diffstat:
M.travis.yml | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -42,6 +42,9 @@ before_install: - cat travis-racket/install-racket.sh | bash # pipe to bash not sh! - export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us +install: + - raco pkg install --deps search-auto + before_script: # Here supply steps such as raco make, raco test, etc. Note that you @@ -49,11 +52,9 @@ before_script: # `raco pkg install --deps search-auto repltest` to install any required # packages without it getting stuck on a confirmation prompt. script: - - raco pkg install --deps search-auto - raco test -x -p repltest - raco setup --check-pkg-deps --pkgs repltest after_success: - - raco pkg install --deps search-auto cover-coveralls - - raco pkg install --deps search-auto + - raco pkg install --deps search-auto cover cover-coveralls - raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .