Commit 580c52b0 authored by Eloy Duran's avatar Eloy Duran

Need to do the full travis setup for 1.8.7

parent 39e492f3
...@@ -2,5 +2,5 @@ language: ruby ...@@ -2,5 +2,5 @@ language: ruby
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.3 - 1.9.3
before_install: git submodule update --init && cd external/Xcodeproj && rake travis:install_opencflite_debs && sudo apt-get install subversion before_install: git submodule update --init && cd external/Xcodeproj && rake travis:setup && sudo apt-get install subversion
script: cd ../.. && bundle exec rake spec script: cd ../.. && bundle exec rake spec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment