saxifrage / cityasacampus

An open-source platform for connecting and showcasing resources within local learning communities.
http://cityasacampus.org/
5 stars 4 forks source link

implement continuous integration with Travis #361

Closed chadwhitacre closed 3 years ago

chadwhitacre commented 8 years ago

https://docs.travis-ci.com/user/languages/ruby/

chadwhitacre commented 8 years ago

ActiveRecord::NoDatabaseError: FATAL: database "learn_test" does not exist

chadwhitacre commented 8 years ago

Is version detection via .ruby-version a beta feature or not? https://github.com/travis-ci/travis-build/pull/558

chadwhitacre commented 8 years ago
ActiveRecord::NoDatabaseError: FATAL:  database "learn_test" does not exist
chadwhitacre commented 8 years ago

Rebased to squash my thrashing about, trying to get the database configuration right. Previous head was 3555294809da4916970bccdb80bbdbb487e7d7ae.

chadwhitacre commented 8 years ago

Okay! Travis is at parity with my local tests. Next step is to get the tests passing locally and then on Travis! :-)