mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
Enable Travis CI
This commit is contained in:
parent
edb027f6e9
commit
e2d338dca1
2 changed files with 11 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
install:
|
||||
- docker-compose up -d
|
||||
- docker-compose run dbmate go version
|
||||
script:
|
||||
- make lint
|
||||
- make test
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
# Dbmate
|
||||
|
||||
[](https://travis-ci.org/adrianmacneil/dbmate)
|
||||
|
||||
Dbmate is a database migration tool, to keep your database schema in sync across multiple developers and your production servers. It is a standalone command line tool, which can be used with any language or framework. This is especially helpful if you are writing many services in different languages, and want to maintain some sanity with consistent development tools.
|
||||
|
||||
## Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue