collections-benchmark/matplotlib-d/.travis.yml

18 lines
226 B
YAML

os:
- linux
- osx
language: d
d:
- ldc2
- dmd
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install python-tk; fi
- sudo pip install matplotlib
script:
- dub test --compiler=${DC}