Skip to content

abuecker/wercker-box-iojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

io.js wercker box

wercker status

This wercker box installs io.js using nvm.

Installed io.js versions

  • 1.3.x
  • 1.4.x
  • 1.5.x
  • 1.6.x

Basic Usage

box: zhevron/iojs
build:
  steps:
    - npm-install
    - npm-test

Advanced Usage (Use a different version)

box: zhevron/iojs
build:
  steps:
    - script:
        name: Use io.js 1.5.x
        code: nvm use iojs-v1.5
    - npm-install
    - npm-test

Advanced Usage (Install a different version)

box: zhevron/iojs
build:
  steps:
    - script:
        name: Use io.js 1.0.x
        code: |
          nvm install iojs-v1.0
          nvm use iojs-v1.0
    - npm-install
    - npm-test

Changelog

1.1.0

  • Upgrade to Ubuntu 14.04

1.0.0

  • Initial release

License

wercker-box-iojs is licensed under the MIT license. See LICENSE.md for the full license.

About

Custom wercker box for io.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published