mirror of
https://github.com/correl/elm.git
synced 2024-11-23 19:19:50 +00:00
Call configlet subcommand on CI
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.
This commit is contained in:
parent
505be0c663
commit
5cc237a332
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ install:
|
|||
|
||||
script:
|
||||
- bin/fetch-configlet
|
||||
- bin/configlet .
|
||||
- bin/configlet lint .
|
||||
- bin/build.sh
|
||||
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue