www

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

commit 4185dd42032fc89e513fe382d11fdc231e198d7e
parent 827a5489e9d7a2e0d34d2afe4ffcae367e190a6c
Author: AlexKnauth <alexander@knauth.org>
Date:   Mon, 30 Mar 2015 20:22:06 -0400

add .travis.yml

Diffstat:
A.travis.yml | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,22 @@ +language: racket + +env: + - RACKET_VERSION=6.0.1 + - RACKET_VERSION=6.1 + - RACKET_VERSION=6.1.1 + - RACKET_VERSION=HEAD + +before_install: +- cd .. +- git clone https://github.com/greghendershott/travis-racket.git +- cat travis-racket/install-racket.sh | bash # pipe to bash not sh! + +install: + +before_script: + +script: + - /usr/racket/bin/raco pkg install --deps search-auto --link kw-utils + - /usr/racket/bin/raco test -x -p kw-utils + +after_script: