@@ -1,5 +1,7 @@
language: go
go:
- 1.1
+ - tip
+
before_script:
- mysql -e 'create database gotest;'