Skip to content

carlitux/ubuntu1404_nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu1404_nodejs_djarana

Shippable CI image for Node.js on Ubuntu 14.04. Node 4.

How to use

You can use this image to run node.js builds on Shippable. Just update your shippable.yml file and add the build_image directive. You should also activate the appropriate nvm so your build runs against the correct version of node.js. Here's a sample YML file to get you going:

language: node_js

build_image: lcruzc/ubuntu1404_nodejs

before_install:
  # we need to start service!!!!
  - sudo service arangodb start
  - npm install -g grunt-cli

install:
  - npm install

script:
  - grunt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%