See #733. Add language-d for testing and "d" extension to language file

This commit is contained in:
Glavin Wiechert 2016-02-21 16:40:35 -04:00
parent 06028a62c2
commit 080bc994b1
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ notifications:
script: sh build-package.sh
env:
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg"
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg language-d"
cache:
- pip: true

View File

@ -14,6 +14,7 @@ module.exports = {
Supported extensions
###
extensions: [
"d"
]
defaultBeautifier: "dfmt"