Skip to content

Commit

Permalink
Upgrade drone CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antlai committed Feb 1, 2016
1 parent 391a1bc commit 0fe1286
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .drone.yml
@@ -1,10 +1,9 @@
image: drone/node:0.10
script:
- npm install
- npm test
services:
- redis
notify:
email:
recipients:
- ci.cafjs@gmail.com
build:
image: node:0.10
commands:
- npm install
- npm test

compose:
database:
image: redis:2.8
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ See http://www.cafjs.com

## CAF Extra Deploy

[![Build Status](http://ci.cafjs.com/api/badges/cafjs/caf_deploy/status.svg)](http://ci.cafjs.com/cafjs/caf_deploy)

This repository contains a CAF lib to deploy applications in Mesos/Marathon.


Expand Down

0 comments on commit 0fe1286

Please sign in to comment.