1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/vendor/github.com/go-sql-driver/mysql/.travis.yml
2015-09-29 17:34:44 -07:00

8 lines
88 B
YAML

language: go
go:
- 1.1
- tip
before_script:
- mysql -e 'create database gotest;'