diff options
author | Victor Häggqvist <[email protected]> | 2015-03-05 03:24:41 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-03-05 03:24:41 +0100 |
commit | 9f35f34baf0458e3cad3f2aa9d59d351d8325ad9 (patch) | |
tree | c19a838e179eb003af7248d9eb0b614e0ac0e05e | |
parent | 59ef3bbcf823abe1f3d3526ac1287f1d9969d3ea (diff) |
chore(travis): install deps
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cf73ec5..4a15360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ php: - 5.4 - 5.5 - 5.6 +install: + - composer install |