From 84f2fac1219b79093b30ef22c6f130b666fe3cec Mon Sep 17 00:00:00 2001 From: mschindler83 Date: Tue, 14 Jun 2016 14:33:23 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8579e47..9c94fc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: php +before_install: composer self-update +install: composer install php: - '5.4' - '5.5'