summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-27 09:33:02 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-27 09:33:02 -0500
commite2225060089127e7aba043a4c90c4dbd8c684006 (patch)
tree730a78a7f70478dc5a175b1a8fdaf344e8cb282a /.travis.sh
parenta12a352ddd05d331972d31f73ceabea096e410e5 (diff)
downloadhtml5ks-e2225060089127e7aba043a4c90c4dbd8c684006.tar.xz
html5ks-e2225060089127e7aba043a4c90c4dbd8c684006.zip
apt-get update -qq
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.sh b/.travis.sh
index dbc38e3..e6f91a8 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -6,7 +6,7 @@ case "$1" in
before_install)
sudo service postgresql stop
sudo service mysql stop
- sudo apt-get update -q
+ sudo apt-get update -qq
curl http://nodejs.org/dist/node-latest.tar.gz | tar -xz
curl https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz | tar -xz