www

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

commit 6f26e5e385281635705be6f8bdee53ccd9f946ed
parent 4a57d4fd2e7bc860bae264a8cae9fed2b088214d
Author: Alex Knauth <alexander@knauth.org>
Date:   Mon,  4 Jul 2016 17:04:24 -0400

 install cover and cover-coveralls separately for travis builds
Diffstat:
M.travis.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -5,11 +5,17 @@ env: - RACKET_DIR=~/racket matrix: - RACKET_VERSION=6.1.1 + - RACKET_VERSION=6.2 + - RACKET_VERSION=6.2.1 + - RACKET_VERSION=6.3 + - RACKET_VERSION=6.4 + - RACKET_VERSION=6.5 before_install: - git clone https://github.com/greghendershott/travis-racket.git ../travis-racket - cat ../travis-racket/install-racket.sh | bash - export PATH="${RACKET_DIR}/bin:${PATH}" + - raco pkg install --deps search-auto cover cover-coveralls install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR # install dependencies