mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-13 00:20:04 +01:00
12 lines
132 B
YAML
12 lines
132 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|
|
|
|
before_script:
|
|
- mysql -e 'create database gotest;'
|