Skip to content

Commit

Permalink
Travis overhaul, actually publish results
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdenCullen committed Nov 2, 2020
1 parent c4c1b74 commit adb989f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
@@ -1,19 +1,19 @@
sudo: false
language: d
d:
- dmd
- ldc
- gdc
os:
- linux
- osx
matrix:
exclude:
- os: osx
d: gdc
sudo: false

script:
- dub test --compiler=${DC}

after_success:
- dub build --compiler=${DC}
- dub run
- cp doveralls doveralls_${TRAVIS_OS_NAME}_travis

deploy:
provider: releases
api_key:
Expand Down

0 comments on commit adb989f

Please sign in to comment.