tanya/.travis.yml

24 lines
251 B
YAML
Raw Normal View History

sudo: false
os:
2016-12-08 14:58:59 +01:00
- linux
2017-01-13 15:23:42 +01:00
- osx
language: d
d:
2017-06-02 22:01:13 +02:00
- dmd-2.074.1
2017-03-29 17:23:10 +02:00
- dmd-2.073.2
- dmd-2.072.2
2016-12-27 23:49:22 +01:00
- dmd-2.071.2
env:
2016-12-08 14:58:59 +01:00
matrix:
- ARCH=x86_64
script:
2017-05-11 13:11:12 +02:00
- dub test -b unittest-cov --arch=$ARCH
after_success:
- bash <(curl -s https://codecov.io/bash)