Sha256: f2700a4a62321eba46e413cd0289f7d250097ecc2b2a0f4bc86349d82cc69cff

Contents?: true

Size: 328 Bytes

Versions: 6

Compression:

Stored size: 328 Bytes

Contents

language: node_js
node_js:
  - node
  - lts/*
script:
  - npm run lint
  # test-coverage will also run the tests, but does not print helpful output upon test failure.
  # So we also run the tests separately.
  - npm run test
  - npm run test-coverage && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
isomorfeus-puppetmaster-0.5.5 node_modules/proxy-from-env/.travis.yml
isomorfeus-puppetmaster-0.5.4 node_modules/proxy-from-env/.travis.yml
isomorfeus-puppetmaster-0.5.3 node_modules/proxy-from-env/.travis.yml
isomorfeus-puppetmaster-0.5.2 node_modules/proxy-from-env/.travis.yml
isomorfeus-puppetmaster-0.5.1 node_modules/proxy-from-env/.travis.yml
isomorfeus-puppetmaster-0.5.0 node_modules/proxy-from-env/.travis.yml