mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +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
|
||||
Loading…
Add table
Add a link
Reference in a new issue