Skip to content

Commit

Permalink
add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Mar 7, 2011
1 parent 99971ec commit 5da4893
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -0,0 +1 @@
script: "rake travis_ci"
9 changes: 8 additions & 1 deletion rakefile.rb
Expand Up @@ -32,4 +32,11 @@
t.verbose = true
end
end
task :default=>:test
task :default=>:test

desc "execute build on travis-ci"
task :travis_ci do
puts "WE LOOOOOOOOOOOOVE"
Rake::Task['spec'].invoke
puts "TRAVIS CI"
end

0 comments on commit 5da4893

Please sign in to comment.