Browse Source

Fixed phpunit version conflict in TravisCI

Curtis Farnham 8 years ago
parent
commit
fed8a65d77
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -3,4 +3,6 @@ php:
   - 5.5
   - 5.6
   - 7.0
+before_script:
+  - composer install
 script: vendor/bin/phpunit