Browse Source

Update travis config

Jordi Boggiano 13 years ago
parent
commit
8f2fb353e0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -4,4 +4,8 @@ php:
   - 5.3
   - 5.4
 
+before_script:
+  - sh -c "wget -nc http://getcomposer.org/composer.phar"
+  - sh -c "php composer.phar update"
+
 script: phpunit