Files
twofactorauth/Rakefile
Josh Davis 9418024fcd Add travis.yml, add Rakefile for CI
I'm just making a simple verification script to ensure that we don't
merge any breaking Yaml code. It's really simple.
2014-03-18 00:12:16 -05:00

6 lines
71 B
Ruby

task :default => [:verify]
task :verify do
ruby "./verify.rb"
end