From 8fa9ac3d0e5be0e8c2136539f92daa1a8abd1aa4 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Wed, 20 Nov 2013 21:10:31 -0600 Subject: [PATCH] fixing travis: try 3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 501d8ea8..ca5aa94f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_install: - sudo pear update-channels - sudo pear upgrade-all - sudo pear install --alldeps phpunit/PHPUnit + - sudo pear install --force --alldeps phpunit/PHPUnit script: - scons notifications: -- GitLab