Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
[INTERNAL] Fix Rakefile and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jul 12, 2015
1 parent a496974 commit 56ed40b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: ruby
bundler_args: --without metrics
cache: bundler
script: rake test:coverage:run
script: bundle exec rake test:coverage:run
rvm:
- '1.9.3'
- '2.0'
Expand Down
8 changes: 2 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# encoding: utf-8
begin
require "bundler/setup"
rescue LoadError
puts "You must `gem install bundler` and `bundle install` to run rake tasks"
exit(false)
end
require "rubygems"
require "bundler/setup"

# Loads bundler tasks
Bundler::GemHelper.install_tasks
Expand Down

0 comments on commit 56ed40b

Please sign in to comment.