We don't need dev dependencies on travis

This commit is contained in:
Pierre Rudloff 2016-08-01 12:58:07 +02:00
parent 97dc4c03cd
commit f48985f90a
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: php
install:
- composer install
- npm install
- composer install --no-dev
before_install:
- composer selfupdate