Skip to content

Commit

Permalink
Call configlet subcommand on CI (exercism#133)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Katrina Owen authored and arcuru committed Jul 9, 2017
1 parent 5094032 commit 9ffc13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
script:
- bin/fetch-configlet
- bin/configlet .
- bin/configlet lint .
- cmake -G "Unix Makefiles"
- make

0 comments on commit 9ffc13d

Please sign in to comment.