10 lines
149 B
YAML
10 lines
149 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.9
|
||
|
- master
|
||
|
before_install:
|
||
|
- chmod 755 ./install-linux
|
||
|
- chmod 755 ./run-linux
|
||
|
script: go test
|
||
|
addons:
|
||
|
mariadb: '10.0'
|