Change name of default build type to "library"

This commit is contained in:
Mike Bierlee 2015-03-22 14:19:29 +01:00
parent f333e2ca31
commit 3da9393a17
2 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,7 @@
language: d
script:
- dub build --build=release --config=library
- dub test --build=unittest --config=unittest
- dub build --build=release --config=quickstartExample
- dub build --build=release --config=qualifiersExample

View file

@ -7,7 +7,7 @@
"license": "MIT",
"configurations": [
{
"name": "build",
"name": "library",
"targetType": "library"
},
{