tor-browser

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

.travis.yml (293B)


      1 ---
      2 language: node_js
      3 node_js:
      4  - "6"
      5 
      6 sudo: false
      7 dist: trusty
      8 
      9 addons:
     10  chrome: stable
     11 
     12 cache:
     13  directories:
     14    - $HOME/.npm
     15 
     16 env:
     17  global:
     18    # See https://git.io/vdao3 for details.
     19    - JOBS=1
     20 
     21 before_install:
     22  - npm config set spin false
     23 
     24 script:
     25  - npm run lint:js
     26  - npm test