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

18 lines
226 B
YAML
Raw Normal View History

2019-07-10 00:46:42 +02:00
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}