Merge pull request #222 from MartinNowak/travis-ci

add travis-ci configuration
This commit is contained in:
Brian Schott 2015-03-22 21:07:56 -07:00
commit c5392e7adb
2 changed files with 7 additions and 3 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: d
sudo: false

View File

@ -5,8 +5,10 @@
"authors": ["Brian Schott"],
"license" : "Boost Software License - Version 1.0",
"targetType": "executable",
"preBuildCommands": ["git log -1 --format='%H' > githash.txt"],
"stringImportPaths": ["."],
"dependencies": {
"libdparse": { "path": "libdparse/" },
"inifiled": { "path": "inifiled/" }
}
"libdparse": "~>0.2.0",
"inifiled": ">=0.0.3",
},
}