.travis.yml 88 B

1234567
  1. language: go
  2. go:
  3. - 1.1
  4. - tip
  5. before_script:
  6. - mysql -e 'create database gotest;'