exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

Call configlet subcommand on CI #58

Closed kytrinyx closed 7 years ago

kytrinyx commented 7 years ago

This changes configlet to pass a subcommand.

For now, we've released a version of configlet which handles both the old command:

configlet path/to/track

as well as the new command:

configlet lint path/to/track

This will let us update all the travis files to include the subcommand before we release the version of configlet that requires the subcommand.

https://github.com/exercism/configlet/pull/23