Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 432 Bytes

travis-core

Testing

Prerequisites

  • PostgreSQL
  • Redis

Initial Setup

$ git clone git://github.com/travis-ci/travis-core.git
$ cd travis-core
$ bundle install
$ bundle exec rake db:setup
$ bundle exec rake db:test:prepare

Running the tests

$ bundle exec rake

Code Status

  • Build Status