Browse Source

fixes for the travis build

Paul Hinze 12 years ago
parent
commit
a77782d987
  1. 1
      .travis.yml
  2. 1
      Gemfile
  3. 4
      Gemfile.lock

1
.travis.yml

@ -1,4 +1,3 @@
language: objective-c
before_install: brew update
install: bundle
script: bundle exec rake test

1
Gemfile

@ -4,4 +4,5 @@ group :test do
gem 'rake'
gem 'minitest', '4.7.0'
gem 'minitest-colorize'
gem 'mocha', '0.13.3'
end

4
Gemfile.lock

@ -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
@ -12,4 +15,5 @@ PLATFORMS
DEPENDENCIES
minitest (= 4.7.0)
minitest-colorize
mocha (= 0.13.3)
rake

Loading…
Cancel
Save