From 65ee6b51c05247501fbdf1dad1bd63ae756e8c2a Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 5 Sep 2015 17:14:02 +0200 Subject: [PATCH] Don't specify PHP version --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 924623f..c0c179f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ language: php -php: - - 5.4 - - 5.5 - - 5.6 install: - composer install - npm install