diff --git a/.travis.yml b/.travis.yml index 69a91c8d49..714e0368f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ language: ruby rvm: - 1.8.7 - 1.9.3 -before_install: git submodule update --init && cd external/Xcodeproj && rake ext:install_opencflite_debs +before_install: git submodule update --init && cd external/Xcodeproj && rake ext:install_opencflite_debs && sudo apt-get install subversion script: cd ../.. && bundle exec rake spec:travis