Create .travis.yml
This commit is contained in:
parent
cb69d415e5
commit
7bd9939495
19
.travis.yml
Normal file
19
.travis.yml
Normal 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:
|
Loading…
Reference in New Issue
Block a user