|
|
|
@ -11,4 +11,4 @@ install:
|
|
|
|
|
- ln -s docker/node/package.json package.json && npm install
|
|
|
|
|
- mkdir phantomjs && curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2 | tar xvjC phantomjs && ln -s $WAPPALYZER_ROOT/phantomjs/phantomjs-*-linux-x86_64/bin/phantomjs bin/phantomjs
|
|
|
|
|
script: wappalyzer build
|
|
|
|
|
after_script: ls -l --block-size=MB build
|
|
|
|
|
after_script: ls -l --block-size=kB build
|
|
|
|
|