Explorar el Código

check against tip

Julien Schmidt hace 12 años
padre
commit
b8941ade7f
Se han modificado 1 ficheros con 2 adiciones y 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;'