Explorar el Código

Fix Travis build script

Julien Schmidt hace 13 años
padre
commit
ecc0259150
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

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