Skip to content

Commit 7cdbd75

Browse files
committed
Build github releases from travis
1 parent 85b3daa commit 7cdbd75

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.travis.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
language: node_js
22
node_js:
3-
- '0.10'
3+
- '0.10'
44
script:
5-
- grunt build
5+
- grunt build
66
before_script:
7-
- 'gem install compass'
8-
- 'npm install -g bower grunt-cli'
9-
- 'bower install'
10-
7+
- gem install compass
8+
- npm install -g bower grunt-cli
9+
- bower install
10+
before_deploy:
11+
- tar -cvz -f nndd.tar.gz -C dist nndd
12+
deploy:
13+
provider: releases
14+
api_key:
15+
secure: kbpshxqKM9cQjxIgnvzTFujThaJQ/bgcEreBXfitxBie6NMUY8bge2eHd6kEixotnZ3PfuAuyrrpnw1YNMdNatt1aslV2+oLJQ12L1YGzlnqoHnwyDX96PUzp3sOHtJXcxhNn8jMIoH0Nq7nRzBzDJUuvHyYoQdd9b9OQlC/5oo=
16+
file: nndd.tar.gz
17+
on:
18+
repo: instedd/notifiable-diseases
19+
tags: true

0 commit comments

Comments
 (0)