diff options
author | Adam Bard <github@adambard.com> | 2016-11-09 21:50:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 21:50:26 -0800 |
commit | f5f8bc75ad7595c8e17af9792251736f28faf265 (patch) | |
tree | 964a022cf50d98716f4f686bb7b426cba3073df2 /Gemfile | |
parent | e837e25a70384d33fc3083d9f2382c31591f548e (diff) | |
parent | 0a0acadf06661b004dd9bbf3797cdd3d15edab96 (diff) |
Merge pull request #2561 from samcv/Travis-CI
Add support for checking YAML validity using Travis CI
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..c30a6497 --- /dev/null +++ b/Gemfile @@ -0,0 +1,5 @@ +source 'http://rubygems.org' +group :test do + gem 'rake' + gem 'charlock_holmes' +end |