Browse Source

Fix Travis build script

Julien Schmidt 13 years ago
parent
commit
ecc0259150
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

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