scribble-enhanced/.travis.yml
2016-01-15 14:23:37 +01:00

20 lines
321 B
YAML

sudo: false
language: c
env:
- PATH=~/racket/bin:$PATH
before_install:
- curl -L -o installer.sh http://plt.eecs.northwestern.edu/snapshots/current/installers/racket-test-current-x86_64-linux-precise.sh
- sh installer.sh --in-place --dest ~/racket/
install:
- cd graph
- make build-dep
script:
- make
after_script: