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-12-25 08:13:29 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
58ffb4057f
learnxinyminutes-docs
/
Rakefile
8 lines
109 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add support for checking YAML validity using Travis CI
2016-11-10 05:06:38 +03:00
task
default
:
%w[
test
]
task
:test
do
Add UTF-8 check test
2016-11-10 07:24:10 +03:00
Dir
[
"
./tests/*.rb
"
]
.
each
do
|
test_file
|
ruby
test_file
end
Add support for checking YAML validity using Travis CI
2016-11-10 05:06:38 +03:00
end
Reference in New Issue
Copy Permalink