Skip to content

Commit

Permalink
add releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mburns committed Jun 5, 2017
1 parent 51293a6 commit b6acc71
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .travis.yml
@@ -1,20 +1,22 @@
language: node_js

sudo: false

node_js:
- "0.10"
- "0.12"
- "4.0.0"

- '0.10'
- '0.12'
- 4.0.0
before_install:
- "npm install -g npm"

- npm install -g npm
script:
- "npm run-script lint"
- "npm test"

- npm run-script lint
- npm test
notifications:
email:
- justin.gallardo@gmail.com
- maburns@gmail.com
- justin.gallardo@gmail.com
- maburns@gmail.com
deploy:
provider: releases
api_key:
secure: VtoHE6l7VFlzdFsRAiW9ajNFKFqOj8dt8jkkG3H6wsLbL+al6E8q/EYPhgcQCWCZGnnXEk0bNX30uwR7WUS+kl81gajED/9jfm90PXt/PlSeSycJ17Qsc2aBerb74SoRfvyD+m8P9+3Ltwuc2k17WTTEfB57oJ8jshWmFvVkxaQ=
file: dn-bundle.tar.gz
on:
repo: racker/dreadnot

0 comments on commit b6acc71

Please sign in to comment.