hdgarrood / redmine_acts_as_taggable_on

A gem which allows multiple Redmine plugins to use acts_as_taggable_on without stepping on each others' toes.
GNU General Public License v2.0
6 stars 20 forks source link

Fix CI on travis #4

Closed hdgarrood closed 11 years ago

hdgarrood commented 11 years ago

Example of what currently happens:

https://travis-ci.org/hdgarrood/redmine_acts_as_taggable_on/builds/7090320

Please install the sqlite3 adapter: gem install activerecord-sqlite3-adapter (sqlite3 is not part of the bundle. Add it to Gemfile.)

This is infuriating because sqlite is definitely part of the gemfile; I've run the exact same script locally.

Also the bats submodule needs to point to the correct repo.