Browse Source

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

Travis: Check against tip
Julien Schmidt 12 years ago
parent
commit
ff69942cea
1 changed files with 2 additions and 0 deletions
  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;'