Skip to content

Commit ecc0259

Browse files
committed
Fix Travis build script
1 parent d66363d commit ecc0259

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
language: go
2+
3+
before_script:
4+
- mysql -e 'create database gotest;'

0 commit comments

Comments
 (0)