** travis file

This commit is contained in:
ben 2015-12-06 17:17:27 -05:00
parent 8654bfbb45
commit 7169d7a4a9

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
langauge: c
sudo: false
env:
global:
- RACKET_DIR=~/racket
matrix:
- RACKET_VERSION=6.2
- RACKET_VERSION=6.2.1
- RACKET_VERSION=HEAD
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}"
install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR
script:
- raco setup --check-deps dependent
- raco test $TRAVIS_BUILD_DIR
after_success:
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage -b .