mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 16:28:08 +00:00
14 lines
169 B
YAML
14 lines
169 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- tip
|
|
|
|
addons:
|
|
postgresql: "9.3"
|
|
|
|
before_script:
|
|
- psql -c 'create database migratetest;' -U postgres
|
|
|
|
script: go test -p 1 ./... |