Skip to content

Commit b10c3a1

Browse files
committed
make sure the database exists
1 parent 2397429 commit b10c3a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ rvm:
22
- 1.8.7
33
- 1.9.2
44
- rbx
5-
- ree
5+
- ree
6+
before_script:
7+
- "mysql -e 'create database test;' >/dev/null"

0 commit comments

Comments
 (0)