We don't need dev dependencies on travis
This commit is contained in:
parent
97dc4c03cd
commit
f48985f90a
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
language: php
|
||||
install:
|
||||
- composer install
|
||||
- npm install
|
||||
- composer install --no-dev
|
||||
before_install:
|
||||
- composer selfupdate
|
||||
|
|
Loading…
Reference in a new issue