Skip to content

Commit

Permalink
add deploy github from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed Jun 6, 2016
1 parent 688d75b commit c4b878c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ script:
- npm run test-cov
after_script:
- cat ./coverage/lcov.info | coveralls;
before_deploy: "npm run dist"
deploy:
provider: releases
api_key:
- secure : "HbbJ2EWwkdLslojZ2sz4gB4p2TdMknh6LNoUWrGm1TJJrAsrFVPTBcgw0TIL4ce72r7kYrooWb2hratuWzp0+V3rS6zDftEqGmBO6vpvWg+tYztTSROp8kJZHrP0jRbrr+4f/xRYNnQErlorZagg/gcnfnyV/NUbbGV2KeC3cvOsHeStzSaQbsKft49Rv81HHtPewCL5RDycRIFfew/nYsj4tQi0J03In7gMPmUF0MtdQhBSGqeevfForjvVmPRxxlV6KMozUqeyURE4rTi0JCb9acU9eQyNu8HnNkivAYAh0Ls7tERja8MEE25nLfJ188DWqps0tAczkCP4MFWsYhj2vBz2J06GTURn8BVEGFA+2L4tffRke8I8XJbYtH64CgOhjwRISDvu1sLnmwc5gc1P55yfMBBpG4VARj2EesQxT1kwWpf4d7CAvi/osOclc08AIXhZXufEMaIumNSSH4hhV2q/CRACnzZvHi3Fk9uYUyQnIbujy4KxUtmFjquS0Ek0uVFrcUsk2rOFDK0FqxcqVOtC7kDXv1dvHbsSRGoKPM8Jqr+r6+qaz8Yf7+CF5XdyJFkkTqB51Hjdql0J0h+wkFX9Tgsiw07HZmt3mGiLWgArGcqLRwTXyzfjO5ctXHQqd1tY8zHC4KGETOTO9FZEB53G8HqoG1u8PKGF7MY="
file: "dist/linux/GL-Browser"
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test: off

artifacts:
- path: dist\win\*.exe
name: GLBrowser-win-x64
name: Releases

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
Expand Down

0 comments on commit c4b878c

Please sign in to comment.