Added asymptote package requirement to .travis.yml

This commit is contained in:
Georges Dupéron 2016-08-10 23:56:01 +02:00
parent e277c000f7
commit 1f974ab0a4

View File

@ -33,6 +33,15 @@ matrix:
# - env: RACKET_VERSION=HEAD
fast_finish: true
branches:
only:
- master
addons:
apt:
packages:
- asymptote
before_install:
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket
- cat ~/travis-racket/install-racket.sh | bash # pipe to bash not sh!