Skip to content

Commit 4249ea9

Browse files
author
Jason Kridner
committed
travis.yml: Add deploy step
1 parent 3b085d8 commit 4249ea9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ node_js:
44
before_install: npm install -g grunt-cli
55
install: npm install
66
before_script: grunt build
7+
deploy:
8+
provider: releases
9+
api_key: $github_deploy
10+
file: build/beaglebone-getting-started/osx32
11+
skip_cleanup: true
12+
on:
13+
tags: true

0 commit comments

Comments
 (0)