Skip to content

Commit

Permalink
Setup Travis autodeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed May 25, 2016
1 parent 02704e5 commit 087b44f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
language: node_js
node_js:
- '4.2'
- '4.2'
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
deploy:
provider: npm
email: henri.bergius@iki.fi
api_key:
secure: l6oonejuxb4K/f6laroepFv4FE0O9XhxjYKJDNd9qWwcRIfePj8oVXSsFe7LHEDXN0+eThKRedNzxGmqDpQyX65/Q2ZvvHLijDhD+PuLF6YpVgcPOrkBRKUlppqScnNFHKd6X2TGjwv8IRLitHpGVZbjsOiT2FWgPeXwceaYOt4=
on:
tags: true
repo: noflo/noflo-math

0 comments on commit 087b44f

Please sign in to comment.