tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.travis.yml (189B)


      1 language: node_js
      2 node_js:
      3  - node
      4  - lts/*
      5 install:
      6 - npm install
      7 - npm install coveralls
      8 script:
      9 - npm run coverage
     10 after_success:
     11 - npx nyc report --reporter=text-lcov | npx coveralls