Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
updated drone config
Browse files Browse the repository at this point in the history
  • Loading branch information
one000mph committed Jul 13, 2017
1 parent dc57b3f commit 23960ed
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .drone.yml
@@ -1,17 +1,18 @@
build:
image: node:$$NODE_VERSION
commands:
- npm install
- npm run lint
- npm test
pipeline:
build:
image: node:${NODE_VERSION}
commands:
- npm install
- npm run lint
- npm test
slack:
image: plugins/slack
username: drone
channel: alerts
secrets: [ slack_webhook ]
matrix:
NODE_VERSION:
- 0.10
- 0.12
- 4
- 5
notify:
slack:
webhook_url: $$SLACK_HOOK
channel: alerts
username: drone
- 5

0 comments on commit 23960ed

Please sign in to comment.