.travis.yml in motion-objection-0.8 vs .travis.yml in motion-objection-0.8.1

- old
+ new

@@ -1,3 +1,4 @@ language: objective-c -before_script: sudo chown -R travis ~/Library/RubyMotion - +install: bundle install +before_script: pod repo update +script: bundle exec rake spec