diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-27 09:33:02 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-27 09:33:02 -0500 |
commit | e2225060089127e7aba043a4c90c4dbd8c684006 (patch) | |
tree | 730a78a7f70478dc5a175b1a8fdaf344e8cb282a | |
parent | a12a352ddd05d331972d31f73ceabea096e410e5 (diff) | |
download | html5ks-e2225060089127e7aba043a4c90c4dbd8c684006.tar.xz html5ks-e2225060089127e7aba043a4c90c4dbd8c684006.zip |
apt-get update -qq
-rwxr-xr-x | .travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |