.travis.yml in motion-sqlite3-0.5.2 vs .travis.yml in motion-sqlite3-0.5.3

- old
+ new

@@ -1,2 +1,6 @@ -install: bundle install language: objective-c +before_install: + - sudo chown -R travis ~/Library/RubyMotion + - mkdir -p ~/Library/RubyMotion/build + +script: bundle exec rake spec