www

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

commit 7bd99394955c9605416e875d400d5169a8e5caab
parent cb69d415e56782141196213c6dfe9a1d388c182c
Author: AlexKnauth <alexander@knauth.org>
Date:   Wed, 16 Jul 2014 08:13:36 -0400

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

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,19 @@ +language: racket + +env: + - RACKET_VERSION=6.0.1 + - RACKET_VERSION=HEAD + +before_install: +- 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 afl + - /usr/racket/bin/raco test -x -p afl + +after_script: