We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f947aa commit fbb8574Copy full SHA for fbb8574
.travis.yml
@@ -11,4 +11,6 @@ services:
11
- mysql
12
13
before_install:
14
- - mysql -e 'CREATE DATABASE test;'
+ - mysql -e 'CREATE DATABASE test;'
15
+
16
+install: composer install
0 commit comments