This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/github.com/go-sql-driver/mysql/.travis.yml

13 lines
132 B
YAML
Raw Normal View History

2016-09-19 21:17:53 +05:30
sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
before_script:
- mysql -e 'create database gotest;'