Fix: Install dependencies in install section

This commit is contained in:
Andreas Möller
2015-07-14 10:42:11 -04:00
parent e9428d1d47
commit a9917412e8

View File

@@ -23,7 +23,7 @@ cache:
before_install:
- composer self-update
before_script:
install:
- composer install --prefer-dist --no-interaction
script: