summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-11-05 10:41:39 -0500
committerMatt Farina <[email protected]>2013-11-05 10:41:39 -0500
commitfee0ca041c8b2f1b6e6c2ad2eaadf3e5904eba11 (patch)
tree933d27e48ca20cdb2e3a7c85dcf0d85b5a552361
parent9716ab044129561145c382df264f67f5b36d03ed (diff)
Adding composer install --dev back in.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eb2430e..442b17e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,6 @@ notifications:
before_script:
- composer self-update
+ - composer install --dev
script: phpunit test/HTML5 \ No newline at end of file