Commit 3897124d authored by Eloy Duran's avatar Eloy Duran

Could it be a case problem?

parent a9b6da81
......@@ -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: cd ../.. && pwd && bundle exec rake spec:travis
script: cd ../.. && bundle exec rake spec:travis
#!/usr/bin/env ruby
if $0 == __FILE__
$:.unshift File.expand_path('../../external/xcodeproj/ext', __FILE__)
$:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__)
$:.unshift File.expand_path('../../external/Xcodeproj/ext', __FILE__)
$:.unshift File.expand_path('../../external/Xcodeproj/lib', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)
end
......
......@@ -4,9 +4,8 @@ require 'bacon'
require 'pathname'
ROOT = Pathname.new(File.expand_path('../../', __FILE__))
$:.unshift File.expand_path('../../external/xcodeproj/ext', __FILE__)
$:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__)
p $:
$:.unshift File.expand_path('../../external/Xcodeproj/ext', __FILE__)
$:.unshift File.expand_path('../../external/Xcodeproj/lib', __FILE__)
$:.unshift((ROOT + 'lib').to_s)
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