From 0c000e7932ce0a5d5266d1e832d6f8349d9243df Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 6 Feb 2014 20:16:20 -0500 Subject: [PATCH] php has to have that 5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb88749..9f52b96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: before_script: - sudo apt-get install php5-interbase -qq - - sudo /etc/init.d/php-fpm restart + - sudo /etc/init.d/php5-fpm restart - sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres" - sh -c "psql -c 'create database test;' -U postgres" - sh -c "mysql -e 'create database IF NOT EXISTS test;'"