summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2014-01-08 15:07:23 -0500
committerAnthony Ferrara <ircmaxell@gmail.com>2014-01-08 15:07:23 -0500
commit8595b55706986fe6fac2fbd8f233739882b7fb00 (patch)
tree37e96de4fec456a86ad781ca2ed04776454dbfc1
parent300a2448cf07dd971cabd0f48cecdb2b6e14260c (diff)
downloadpassword_compat-8595b55706986fe6fac2fbd8f233739882b7fb00.zip
password_compat-8595b55706986fe6fac2fbd8f233739882b7fb00.tar.gz
password_compat-8595b55706986fe6fac2fbd8f233739882b7fb00.tar.bz2
Whoops, forgot to install composer dev dependencies
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b1ee57..7c3b4af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,4 +6,7 @@ php:
- 5.3
- hhvm
+before_script:
+ - composer install --dev
+
script: vendor/bin/phpunit --configuration phpunit.xml.dist \ No newline at end of file