Commit 80c652b9 authored by Eloy Duran's avatar Eloy Duran

Ok, so apperantly changing dir in the before_script changes the wd of the test script.

parent f48e1985
......@@ -3,4 +3,4 @@ rvm:
- 1.8.7
- 1.9.3
before_install: git submodule update --init && cd external/Xcodeproj && rake ext:install_opencflite_debs
script: pwd && rake -T && bundle exec rake spec:travis
script: cd ../.. && bundle exec rake spec:travis
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