build: removes deploy from nightly while testing it.

This commit is contained in:
Leonard Gram
2018-05-22 09:07:52 +02:00
parent 5f98982a09
commit 1b85b2fca7
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash -e
if [ ! -d '/tmp/phantomjs' ]; then
_version="2.1.16"
_version="2.1.1"
curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-$_version-windows.zip > /tmp/phantomjs-win.zip
curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-$_version-macosx.zip > /tmp/phantomjs-mac.zip