Skip to content

Commit

Permalink
add travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Oct 11, 2019
1 parent 784ecbc commit 7d73886
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
---
language: d
sudo: false
d:
- dmd
- dmd-beta
- ldc
- gdc
matrix:
allow_failures:
- d: dmd-beta
- d: ldc
- d: gdc
script:
- dub test -b unittest-cov
- dub fetch doveralls
- dub run doveralls
...

0 comments on commit 7d73886

Please sign in to comment.