Bilal Amarni 12 лет назад
Родитель
Сommit
51eb0268e5
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      .travis.yml

+ 1 - 3
.travis.yml

@@ -5,8 +5,6 @@ php:
   - 5.3
   - 5.4
 
-before_script:
-  - curl -s http://getcomposer.org/installer | php -- --quiet
-  - php composer.phar install
+before_script: composer install
 
 script: phpunit -c tests/complete.phpunit.xml