Skip to content

Commit

Permalink
run tests on Travis (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
naitoh committed Jun 20, 2015
1 parent 6d81fe2 commit ced4d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ matrix:
install:
- bundle install
script:
- rake test
- bundle exec rake test
notifications:
email: false
1 change: 1 addition & 0 deletions lib/rbpdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
require 'core/rmagick'

# Needed to run the test suite outside of a Rails environment.
require 'rubygems' if RUBY_VERSION < '1.9' # Ruby 1.8.7
require 'action_view'
require 'tempfile'
require 'uri'
Expand Down

0 comments on commit ced4d6f

Please sign in to comment.