.travis.yml in motion-prime-0.1.1 vs .travis.yml in motion-prime-0.1.2
- old
+ new
@@ -1,6 +1,4 @@
language: objective-c
-gemfile:
- - Gemfile
-before_script: bundle install
-script: bundle exec rake spec
-bump: 5
+before_install:
+ - (ruby --version)
+script: ./travis.sh
\ No newline at end of file