scribble-enhanced/.travis.yml

25 lines
369 B
YAML

sudo: false
language: c
addons:
apt:
packages:
- texlive-latex-base
env:
- PATH=~/racket/bin:$PATH
before_install:
- curl -L -o installer.sh http://www.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-precise.sh
- sh installer.sh --in-place --dest ~/racket/
install:
- cd graph-lib
- make build-dep
script:
- make
after_script: