summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-27 20:37:22 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-27 20:37:22 -0500
commit16cdd5c21deaf3b7ab7124c319f9d29dd23be418 (patch)
treec5d7a2b55c70d428cd4c6c0b0cf13183e7d06b20 /.travis.sh
parentcc7a5869367a63a143ed75b5a7528b2967219e84 (diff)
downloadhtml5ks-16cdd5c21deaf3b7ab7124c319f9d29dd23be418.tar.xz
html5ks-16cdd5c21deaf3b7ab7124c319f9d29dd23be418.zip
fix more .travis.sh
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.sh b/.travis.sh
index ce7706d..0872458 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -40,7 +40,7 @@ case "$1" in
cd node-v*
./configure --openssl-use-sys --shared-zlib
make $MAKEOPTS >/dev/null
- sudo make $MAKEOPTS install >/dev/null
+ sudo python tools/install.py install >/dev/null
cd ..
sudo npm install -g uglify-js
@@ -63,7 +63,7 @@ case "$1" in
sudo make $MAKEOPTS install >/dev/null
cd ..
- patch -p1 <<EOF
+ patch -p0 <<EOF
--- apngasm.c
+++ apngasm.c
@@ -29,6 +29,7 @@