Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenHans committed Jun 23, 2017
2 parents 7ee4c57 + 585fc93 commit 2d01f75
Show file tree
Hide file tree
Showing 9 changed files with 5,315 additions and 3,884 deletions.
26 changes: 14 additions & 12 deletions .travis.yml
@@ -1,19 +1,21 @@
language: node_js
cache: yarn
sudo: false
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '7.5.0'
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- '7'
- '6'
- '4'
before_install:
- export CHROME_BIN=chromium-browser
- export CHROME_BIN=chromium-browser
before_script:
- npm prune
after_success:
- npm run semantic-release
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email: false
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# ngx-electron

[![Build Status](https://travis-ci.org/ThorstenHans/ngx-electron.svg?branch=master)](https://travis-ci.org/ThorstenHans/ngx-electron)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)

`ngx-electron` provides an angular wrapper for Electron's APIs exposed as part of the renderer process.

Expand Down

0 comments on commit 2d01f75

Please sign in to comment.