Régularisation de commits manquants
This commit is contained in:
10
tests/travis/install-casperjs.sh
Normal file
10
tests/travis/install-casperjs.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# check to see if casperjs folder is empty
|
||||
if [ ! -d "$HOME/casperjs-1.1.3/bin" ]; then
|
||||
wget https://github.com/n1k0/casperjs/archive/1.1.3.tar.gz -O $HOME/casper.tar.gz;
|
||||
tar -xvf $HOME/casper.tar.gz -C $HOME;
|
||||
else
|
||||
echo 'Using cached directory for casperjs.';
|
||||
fi
|
||||
Reference in New Issue
Block a user