Created
July 11, 2016 17:26
-
-
Save orlando/19573a5a7c22f720f762a2eb0e33eb8c to your computer and use it in GitHub Desktop.
Drone.yml Node.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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