1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/vendor/github.com/go-sql-driver/mysql/.travis.yml
2016-07-07 18:54:16 -07:00

10 lines
116 B
YAML

sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
before_script:
- mysql -e 'create database gotest;'