summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-19 09:56:23 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-19 09:56:23 -0500
commit0787c99767948f7891efb4d600270b4bdec63666 (patch)
tree8be6c2f8dced12b5f1a63d6321cea9cc2061a6d2 /.travis.sh
parente753bebcce09f1b2d3edd99c3cd1b2a3487ceda9 (diff)
downloadhtml5ks-0787c99767948f7891efb4d600270b4bdec63666.tar.xz
html5ks-0787c99767948f7891efb4d600270b4bdec63666.zip
del --disable-ssl
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 7a3c441..f8dbac3 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -23,7 +23,7 @@ case "$1" in
sudo apt-get install -q libtheora-dev libvpx-dev libx264-dev yasm
cd node-v*
- ./configure --without-ssl
+ ./configure
make $MAKEOPTS
sudo make install
cd ..