Skip to content

Commit

Permalink
Merge 54cb4d6 into 7bf2386
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdenCullen committed Nov 2, 2020
2 parents 7bf2386 + 54cb4d6 commit ef4fb47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 28 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
@@ -1,19 +1,19 @@
sudo: false
language: d
d:
- dmd
- ldc
os:
- linux
- osx
install:
- echo $TRAVIS_OS_NAME $TRAVIS_JOB_ID
- bash .travis/setup_linux.sh
- bash .travis/setup_osx.sh
- sudo dub fetch tested
- sudo dub fetch doveralls
# Install new dub
- git clone https://github.com/D-Programming-Language/dub
- cd dub && dub build
- cd ..
script: sudo ./dub/bin/dub test -q --coverage
after_success: sudo dub run doveralls -- -p `pwd` -j $TRAVIS_JOB_ID

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

after_success:
- dub fetch doveralls
- dub run doveralls -- -p `pwd` -j $TRAVIS_JOB_ID

notifications:
webhooks:
urls:
Expand Down
9 changes: 0 additions & 9 deletions .travis/setup_linux.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .travis/setup_osx.sh

This file was deleted.

0 comments on commit ef4fb47

Please sign in to comment.