Skip to content

Commit

Permalink
Add ci build script
Browse files Browse the repository at this point in the history
  • Loading branch information
John Pignata committed Aug 24, 2010
1 parent 63cf546 commit 1e9f691
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci.rb
@@ -0,0 +1,7 @@
#!/usr/bin/env ruby

["bundle install vendor/bundle",
"rake"
].each do |stage|
exit 1 unless system(stage)
end

0 comments on commit 1e9f691

Please sign in to comment.