Skip to content

Commit

Permalink
travis & appveyor file update
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Oct 2, 2017
1 parent f4fa53c commit 8f776ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ node_js:
os:
- linux

branches:
only:
- master

addons:
apt:
packages:
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
environment:
ELECTRON_NO_ATTACH_CONSOLE: 1

branches:
only:
- master

install:
- ps: Install-Product node 7.9.0 x64

Expand Down

0 comments on commit 8f776ec

Please sign in to comment.