.travis.yml in formotion-1.7 vs .travis.yml in formotion-1.8
- old
+ new
@@ -1,3 +1,10 @@
language: objective-c
install: bundle install
+before_install:
+ - (ruby --version)
+ - sudo chown -R travis ~/Library/RubyMotion
+ - mkdir -p ~/Library/RubyMotion/build
+ - sudo motion update
+ - bundle install
+ - bundle exec rake pod:install
script: bundle exec rake spec:units