summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
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 @@