Create .travis.yml

This commit is contained in:
AlexKnauth 2014-07-16 08:13:36 -04:00
parent cb69d415e5
commit 7bd9939495

19
.travis.yml Normal file
View File

@ -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: