gosora/.travis.yml

11 lines
165 B
YAML
Raw Normal View History

language: go
go:
- 1.9
- master
before_install:
- chmod 755 ./update-deps-linux
- ./update-deps-linux
install: true
script: go test
addons:
mariadb: '10.0'