Explorar el Código

Merge pull request #95 from arnehormann/update-travis

update Travis-CI to use Go 1.1
Julien Schmidt hace 12 años
padre
commit
0693aa5d48
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

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