summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ..