HannahCarney/till_tech_test

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "0.12"
  - "0.11"
  - "0.10"
  - "0.8"
  - "0.6"
  - "iojs"
  - "iojs-v1.0.4" 

before_install:
  - node --version
  - npm --version

install:
  - npm install
  - npm install cucumber

matrix:
  allow_failures:
    - node_js: "0.11"
    - node_js: "0.8"
    - node_js: "0.6"