mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
10 lines
116 B
YAML
10 lines
116 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
before_script:
|
|
- mysql -e 'create database gotest;'
|