Skip to content

Commit

Permalink
fixes for the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hinze committed May 12, 2013
1 parent 9bf0a96 commit a77782d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: objective-c
before_install: brew update
install: bundle
script: bundle exec rake test
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ group :test do
gem 'rake'
gem 'minitest', '4.7.0'
gem 'minitest-colorize'
gem 'mocha', '0.13.3'
end
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
metaclass (0.0.1)
minitest (4.7.0)
minitest-colorize (0.0.5)
minitest (>= 2.0)
mocha (0.13.3)
metaclass (~> 0.0.1)
rake (10.0.4)

PLATFORMS
Expand All @@ -12,4 +15,5 @@ PLATFORMS
DEPENDENCIES
minitest (= 4.7.0)
minitest-colorize
mocha (= 0.13.3)
rake

0 comments on commit a77782d

Please sign in to comment.