This repository has been archived on 2023-08-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dex/vendor/github.com/go-sql-driver/mysql/.travis.yml
Eric Chiang 0f577a469a *: revendor
2016-10-03 12:48:25 -07:00

13 lines
132 B
YAML

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