Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jun 24, 2017
1 parent b87f9a8 commit 80fb79b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
os:
- linux
- osx

language: node_js
node_js:
- 7
Expand All @@ -15,22 +19,25 @@ script:
- scripts/build-native.js
- npm run build
- scripts/prepackage-plugins.js
- scripts/build-linux.js
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then scripts/build-linux.js; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then scripts/build-macos.js; fi

sudo: false

addons:
apt:
packages:
- rpm

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file:
- dist/*.deb
- dist/*.rpm
- dist/*.tar.gz
- dist/*.dmg
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 @@ -4,7 +4,7 @@ platform:
- x64

environment:
nodejs_version: "7"
nodejs_version: "8"

cache:
- '%USERPROFILE%\.electron'
Expand Down

0 comments on commit 80fb79b

Please sign in to comment.