HOL
The main change here is we can set config values as environment variables, as well as in conf files
eg export YBD_base=/src
is equivalent to putting base: /src
in a config file
This makes it easier to pass config to (for example) Travis and GitLab ci.
NB I don't expect there to be a 16.14 release
354ad99 Merge branch 'master' of github.com:devcurmudgeon/ybd
31e02b2 Spot case where config is empty
c4f4a77 Merge pull request #201 from devcurmudgeon/write-a-result
72799e1 Write cache-key to ybd.result
32dcaa7 Update .gitlab-ci to use the new install.sh
787cbce Re-spell GitLab
f4444da Fix install.sh to handle all the dependencies
c9fbf5d Tidyup badges
709618a Merge pull request #200 from devcurmudgeon/allow-environment-variables
bf8dba5 Export YBD_mode=keys-only for initial travis run
24f8daa Add support for taking ybd config from YBD_* environent variables
7dddfb2 Add cache-keys run to .travis.yml
c84b653 Merge pull request #199 from devcurmudgeon/fix-travis
d4340b0 Fix travis install