Skip to content

Commit

Permalink
Merge pull request #573 from exercism/configlet-subcommand
Browse files Browse the repository at this point in the history
Call configlet subcommand on CI
  • Loading branch information
rbasso authored Jul 9, 2017
2 parents 0d54ad1 + 81f73cb commit 47a5fbe
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 @@ -35,7 +35,7 @@ script:
- |
set -e
configlet . # Check basic track configuration.
configlet lint . # Check basic track configuration.
hlint ${TRAVIS_BUILD_DIR} # Run `hlint` on the entire repository.
# Explicit set exercises' resolver only if it's not the current one.
Expand Down

0 comments on commit 47a5fbe

Please sign in to comment.