Skip to content

Commit

Permalink
Run rake ci on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 12, 2012
1 parent 6ca0290 commit ba1c5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
script: rake ci
rvm:
- 1.9.3
- ruby-head
Expand Down
3 changes: 2 additions & 1 deletion Rakefile
@@ -1,4 +1,5 @@
require "bundler/gem_tasks"
Dir["tasks/**/*.task"].each { |task| load task }

task :default => %w(spec benchmark)
task :default => :spec
task :ci => %w(spec benchmark)

0 comments on commit ba1c5a6

Please sign in to comment.