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
|
||||
node_js:
|
||||
- "4.1.0"
|
||||
sudo: required
|
||||
- "4.2.1"
|
||||
sudo: false
|
||||
before_install:
|
||||
- export WAPPALYZER_ROOT=$TRAVIS_BUILD_DIR
|
||||
- export WAPPALYZER_NODE_PATH=$TRAVIS_BUILD_DIR
|
||||
- export PATH=$PATH:$TRAVIS_BUILD_DIR/bin
|
||||
install:
|
||||
- sudo apt-get update -y
|
||||
- sudo apt-get install -y curl zip sudo -y --force-yes
|
||||
- sudo apt-get clean
|
||||
- npm install jsonlint jpm imagemin-cli -g
|
||||
- npm install jsonlint jpm imagemin-cli svgo -g
|
||||
- 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 build
|
||||
after_script: ls -l --block-size=kB build
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"file-type": "2.2.*",
|
||||
"file-type": "3.1.*",
|
||||
"is-svg": "1.1.*",
|
||||
"read-chunk": "1.0.*"
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue