Commit a9b6da81 authored by Eloy Duran's avatar Eloy Duran

Print some more info Travis, buddy.

parent f7604731
...@@ -3,4 +3,4 @@ rvm: ...@@ -3,4 +3,4 @@ rvm:
- 1.8.7 - 1.8.7
- 1.9.3 - 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
script: cd ../.. && bundle exec rake spec:travis script: cd ../.. && pwd && bundle exec rake spec:travis
...@@ -6,6 +6,7 @@ ROOT = Pathname.new(File.expand_path('../../', __FILE__)) ...@@ -6,6 +6,7 @@ ROOT = Pathname.new(File.expand_path('../../', __FILE__))
$:.unshift File.expand_path('../../external/xcodeproj/ext', __FILE__) $:.unshift File.expand_path('../../external/xcodeproj/ext', __FILE__)
$:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__) $:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__)
p $:
$:.unshift((ROOT + 'lib').to_s) $:.unshift((ROOT + 'lib').to_s)
require 'cocoapods' require 'cocoapods'
......
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