From 2dc68850eabd053d2d08cc136c312960315f8638 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com> Date: Wed, 20 Nov 2013 20:58:32 -0600 Subject: [PATCH] attempt to fix travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6a9195f..3d877402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ compiler: - clang before_install: - sudo apt-get update -qq - - sudo apt-get install -qq swig php5-dev phpunit + - sudo apt-get install -qq swig php5-dev php-pear + - sudo pear install --alldeps phpunit/PHPUnit script: - scons notifications: -- GitLab