Viewing File: /home/nudhamca/client.nudhamcapital.co.uk/dist/assets/node_modules/jquery-wizard-master/.travis.yml

language: node_js
node_js:
  - "5.10"
  - "6.2"
  - "stable"
sudo: false

script:
  - npm run test

cache:
  directories:
    - node_modules

addons:
  sauce_connect: true
Back to Directory