Sha256: c5c4e1ad61896fef70b0bfba289ed8157dd70916144aba4fbeb49cc1b46d1656

Contents?: true

Size: 1.36 KB

Versions: 24

Compression:

Stored size: 1.36 KB

Contents

# This references the default nodejs container from
# the Docker Hub: https://registry.hub.docker.com/_/node/
# If you want Nodesource's container you would reference nodesource/node
# Read more about containers on our dev center
# http://devcenter.wercker.com/docs/containers/index.html
box: node
# This is the build pipeline. Pipelines are the core of wercker
# Read more about pipelines on our dev center
# http://devcenter.wercker.com/docs/pipelines/index.html

# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercker.com/docs/services/index.html
# services:
    # - postgres
    # http://devcenter.wercker.com/docs/services/postgresql.html

    # - mongodb
    # http://devcenter.wercker.com/docs/services/mongodb.html
build:
  # The steps that will be executed on build
  # Steps make up the actions in your pipeline
  # Read more about steps on our dev center:
  # http://devcenter.wercker.com/docs/steps/index.html
  steps:
    # A step that executes `npm install` command
    - npm-install
    # A step that executes `npm test` command
    - npm-test

    # A custom script step, name value is used in the UI
    # and the code value contains the command that get executed
    - script:
        name: echo nodejs information
        code: |
          echo "node version $(node -v) running"
          echo "npm version $(npm -v) running"

Version data entries

24 entries across 21 versions & 4 rubygems

Version Path
node-compiler-0.7.0 vendor/node-v6.9.1/deps/npm/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.10 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.9 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.8 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.7 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.6 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.5 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.4 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.3 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.2 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.1 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.0 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.3.0 lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.2.0 lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.2.0 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.1.6 lib/tck/lambdas/chistacojs/source/node_modules/request/node_modules/form-data/wercker.yml
tck-lambdas-0.1.6 lib/tck/lambdas/chistacojs/node_modules/request/node_modules/form-data/wercker.yml
brwy_rails-0.0.6 test/dummy/node_modules/fsevents/node_modules/form-data/wercker.yml
brwy_rails-0.0.5 test/dummy/node_modules/fsevents/node_modules/form-data/wercker.yml
blackboard-3.1.9 lib/site_template/node_modules/form-data/wercker.yml