Sha256: 8d33262e688c7024a451a15a7b489c030b275032ef07494a389c53c1594b9d36

Contents?: true

Size: 985 Bytes

Versions: 10

Compression:

Stored size: 985 Bytes

Contents

language: node_js
os:
 - linux
node_js:
  - "10"
  - "9"
  - "8"
  - "7"
  - "6"
  - "5"
  - "4"
  - "iojs-v3"
  - "iojs-v2"
  - "iojs-v1"
  - "0.12"
before_install:
  - 'nvm install-latest-npm'
install:
  - 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
script:
  - 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
  - 'if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
  - 'if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
  - 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
sudo: false
env:
  - TEST=true
matrix:
  fast_finish: true
  include:
    - node_js: "lts/*"
      env: PRETEST=true
  allow_failures:
    - node_js: "9"
    - node_js: "7"
    - node_js: "5"
    - node_js: "iojs-v3"
    - node_js: "iojs-v2"
    - node_js: "iojs-v1"
    - os: osx
    - env: TEST=true ALLOW_FAILURE=true
    - env: COVERAGE=true

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
condenser-0.3 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.2 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.1 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.0.12 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.0.11 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.0.10 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.0.9 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.0.8 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.0.7 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml
condenser-0.0.5 lib/condenser/processors/node_modules/babel-plugin-dynamic-import-node/.travis.yml