Merge pull request #1012 from DaAwesomeP/master
Add SVG support to apps.json, building, and validatingmain
commit
3ceec60c02
@ -1,17 +1,14 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4.1.0"
|
- "4.2.1"
|
||||||
sudo: required
|
sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
|
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
|
||||||
- export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR
|
- export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR
|
||||||
- export PATH=$PATH:$TRAVIS_BUILD_DIR/bin
|
- export PATH=$PATH:$TRAVIS_BUILD_DIR/bin
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update -y
|
- npm install jsonlint jpm imagemin-cli svgo -g
|
||||||
- sudo apt-get install -y curl zip sudo -y --force-yes
|
|
||||||
- sudo apt-get clean
|
|
||||||
- npm install jsonlint jpm imagemin-cli -g
|
|
||||||
- ln -s docker/node/package.json package.json && npm 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
|
- 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
|
script: wappalyzer build
|
||||||
after_script: ls build
|
after_script: ls -l --block-size=kB build
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"file-type": "2.2.*",
|
"file-type": "3.1.*",
|
||||||
|
"is-svg": "1.1.*",
|
||||||
"read-chunk": "1.0.*"
|
"read-chunk": "1.0.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in new issue