Browse Source

check against tip

Julien Schmidt 12 years ago
parent
commit
b8941ade7f
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;'