summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 68e4e1c21..932dbeade 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ before_install:
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get -y install python3-setuptools
- - if [[ "$DB" == 'mysql' ]]; then apt-get -y install mariadb-server; fi
+ - if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
- sudo easy_install3 requests ocdev
- nvm install 5.6
- npm install -g npm@latest