summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 22:49:47 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 22:49:47 +0200
commit8d502f626d9fc3e99afbb8db9c394716167cab9d (patch)
treec83537c7b0138ab39ce9859ffe900cb59a88bd99 /.travis.yml
parentdf79e270d95d90ef0bded7b946619996feb3acd0 (diff)
fix typo in config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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