Merge pull request #222 from MartinNowak/travis-ci
add travis-ci configuration
This commit is contained in:
commit
c5392e7adb
|
|
@ -0,0 +1,2 @@
|
||||||
|
language: d
|
||||||
|
sudo: false
|
||||||
8
dub.json
8
dub.json
|
|
@ -5,8 +5,10 @@
|
||||||
"authors": ["Brian Schott"],
|
"authors": ["Brian Schott"],
|
||||||
"license" : "Boost Software License - Version 1.0",
|
"license" : "Boost Software License - Version 1.0",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
|
"preBuildCommands": ["git log -1 --format='%H' > githash.txt"],
|
||||||
|
"stringImportPaths": ["."],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"libdparse": { "path": "libdparse/" },
|
"libdparse": "~>0.2.0",
|
||||||
"inifiled": { "path": "inifiled/" }
|
"inifiled": ">=0.0.3",
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue