Skip to content

Commit fbb8574

Browse files
committed
Added composer install to travis config
1 parent 7f947aa commit fbb8574

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
@@ -11,4 +11,6 @@ services:
1111
- mysql
1212

1313
before_install:
14-
- mysql -e 'CREATE DATABASE test;'
14+
- mysql -e 'CREATE DATABASE test;'
15+
16+
install: composer install

0 commit comments

Comments
 (0)