Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[travis-ci] another try with this delicate kind of build ;(
Browse files Browse the repository at this point in the history
kares committed Nov 21, 2015
1 parent dea9934 commit 15036e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ namespace :integration do
end
loader = "ARGV.each { |f| require f }"
test_files = FileList['src/test/integration/*_test.rb'].to_a
ruby "-Ilib:. -e \"#{loader}\" #{test_files.map { |f| "\"#{f}\"" }.join(' ')}"
lib = [ 'lib' ]; lib << '.' if RUBY_VERSION > '2.0'
ruby "-I#{lib.join(':')} -e \"#{loader}\" #{test_files.map { |f| "\"#{f}\"" }.join(' ')}"
end
end

0 comments on commit 15036e1

Please sign in to comment.