summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-25 16:25:53 -0400
committer=Corey Hulen <corey@hulen.com>2015-06-25 16:25:53 -0400
commitfac113a76d354c0f0fb8322e3225d8881b4593aa (patch)
treefdd785c2a205995eb99dd2f7ad49f9634a13e9c8 /.travis.yml
parentd51767fe78fd684bf2f8330afc6cbd8a2470b178 (diff)
downloadchat-fac113a76d354c0f0fb8322e3225d8881b4593aa.tar.gz
chat-fac113a76d354c0f0fb8322e3225d8881b4593aa.tar.bz2
chat-fac113a76d354c0f0fb8322e3225d8881b4593aa.zip
updating build script
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 8e8e2c1dc..83a92cacf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ before_install:
- gem install compass
before_script:
- - mysql -e 'CREATE DATABASE IF NOT EXISTS mattermost_test ;'
- - mysql -e 'GRANT ALL ON mattermost_test.* TO \'travis\'@\'%\' ;'
+ - mysql -e "CREATE DATABASE IF NOT EXISTS mattermost_test ;"
+ - mysql -e "GRANT ALL ON mattermost_test.* TO 'travis'@'%' ;"
services:
- redis-server \ No newline at end of file