Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #206 from electron/ci
Browse files Browse the repository at this point in the history
Setup CI
  • Loading branch information
kevinsawicki committed May 18, 2016
2 parents 1c57158 + 649568d commit c80e98b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- stable
node_js: "4"

before_script:
- export DISPLAY=:99.0
Expand All @@ -10,6 +9,7 @@ before_script:

script:
- npm test
- npm run pack-linux

branches:
only:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# <img src="https://cloud.githubusercontent.com/assets/378023/15172388/b2b81950-1790-11e6-9a7c-ccc39912bb3a.png" width="60px" align="center" alt="Electron API Demos icon"> Electron API Demos

[![Build Status](https://travis-ci.org/electron/electron-api-demos.svg?branch=master)](https://travis-ci.org/electron/electron-api-demos)
[![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com)

This is a desktop app that interactively and with sample code demonstrates core features of the [Electron](http://electron.atom.io) API. It's built with Electron, too, of course. This app works on Windows, OS X and Linux operating systems.

Use this app to see what you can do with Electron and use the source code to learn how to create a basic Electron app.
Expand Down

0 comments on commit c80e98b

Please sign in to comment.