Explorar o código

Merge pull request #102 from go-sql-driver/travis

Travis: Check against tip
Julien Schmidt %!s(int64=12) %!d(string=hai) anos
pai
achega
ff69942cea
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

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