From 8d502f626d9fc3e99afbb8db9c394716167cab9d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 16 May 2014 22:49:47 +0200 Subject: fix typo in config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 250b10f83..6760e1dae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,8 @@ before_script: # set up databases and users for postgres and mysql - createuser -U travis -s oc_autotest - mysql -e 'create database oc_autotest;' - - mysql -u root -e "CREATE USER 'oc_autotest'@'localhost'"; - - mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost'"; + - mysql -u root -e "CREATE USER 'oc_autotest'@'localhost';" + - mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost';" # set up php under apache - sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf - sudo a2enmod rewrite actions fastcgi alias -- cgit v1.2.3