From 6e8495f056ea11ce5108b902e83524e23aa0d566 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 28 May 2017 16:00:54 -0500 Subject: [PATCH] Force precise for 5.3, dump phpunit version --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ff6d6fd..bdbf671 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ sudo: required matrix: include: - php: 5.3 + dist: precise - php: 5.4 - php: 5.5 - php: 5.6 @@ -22,6 +23,7 @@ install: before_script: - mkdir -p build/logs - cd tests + - phpunit --version script: - phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-loremipsum/build/logs/clover.xml .