This website requires JavaScript.
Explore
Help
Sign In
adambard
/
learnxinyminutes-docs
Watch
1
Star
1
Fork
0
You've already forked learnxinyminutes-docs
mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced
2024-11-22 21:52:31 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3cbcd37434
learnxinyminutes-docs
/
Gemfile
6 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add rubygems.org as gem source so Travis CI can use charlock_holmes
2016-11-10 08:02:04 +03:00
source
'http://rubygems.org'
Add support for checking YAML validity using Travis CI
2016-11-10 05:06:38 +03:00
group
:test
do
gem
'rake'
Use charlock_holmes to do encoding detection. In my tests it has properly identified incorrect encodings that used to be present on older commits. This will help ensure this won't happen again, giving people instant feedback and allowing all pull requests to be checked
2016-11-10 07:57:13 +03:00
gem
'charlock_holmes'
Add support for checking YAML validity using Travis CI
2016-11-10 05:06:38 +03:00
end
Reference in New Issue
Copy Permalink