Explorar el Código

removed composer install command to support php 5.2

Adar Porat hace 12 años
padre
commit
b9285a874b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -6,7 +6,6 @@ php:
 
 before_install:
  - sh ./tests/install_dependencies.sh
- - composer install --dev
  - phpenv rehash
 
 script: