File Manager

Path: /home/heznutpr/log.heznutprivate.com/dist/assets/node_modules/jquery-wizard-master/

Viewing File: .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