Skip to content

Instantly share code, notes, and snippets.

@orlando
Created July 11, 2016 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlando/19573a5a7c22f720f762a2eb0e33eb8c to your computer and use it in GitHub Desktop.
Save orlando/19573a5a7c22f720f762a2eb0e33eb8c to your computer and use it in GitHub Desktop.
Drone.yml Node.js
build:
image: node:5-wheezy
commands:
- npm install --silent
- npm test
cache:
mount:
- .git
- node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment