travis-api/lib/travis/testing.rb
Aakriti Gupta 65f1a29d86 Move travis-core files from /vendor to /lib.
- Re-factor
- Remove code for notifications
- Remove addons
- Remove travis-core gem.
- Ignore logs directory only
- Move core tests to spec/lib
2016-07-20 11:22:25 +02:00

10 lines
128 B
Ruby

require 'faraday'
require 'core_ext/hash/compact'
module Travis
module Testing
require 'travis/testing/stubs'
end
end