You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
779 B
16 lines
779 B
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_install:
|
|
- export WAPPALYZER_ROOT=$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 -g
|
|
- mkdir mozilla && curl -L https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-latest.tar.gz | tar xvzC mozilla && ln -s $WAPPALYZER_ROOT/mozilla/addon-sdk-*/bin/cfx bin/cfx
|
|
- 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
|
|
before_script: mkdir build
|
|
script: wappalyzer build
|
|
after_script: ls build |