© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jonathan
Breaking things by touching
Does Travis CI support :
Tom M
Slowly becoming a pro
Yes. TravisCI support all the databases like MySql, Sqlite3, PostgreSql, MariaDB, MongoDB, CouchDB.
Databases are not started on boot. Add it to .travis.yml to start it:
.travis.yml
services: - mongodb
Read more on Travis-CI docs
Tom M
Slowly becoming a pro
Yes. TravisCI support all the databases like MySql, Sqlite3, PostgreSql, MariaDB, MongoDB, CouchDB.
Databases are not started on boot. Add it to
.travis.ymlto start it:services: - mongodbRead more on Travis-CI docs