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

Commit c80e98b

Browse files
committed
Merge pull request #206 from electron/ci
Setup CI
2 parents 1c57158 + 649568d commit c80e98b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

3-
node_js:
4-
- stable
3+
node_js: "4"
54

65
before_script:
76
- export DISPLAY=:99.0
@@ -10,6 +9,7 @@ before_script:
109

1110
script:
1211
- npm test
12+
- npm run pack-linux
1313

1414
branches:
1515
only:

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# <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
22

3+
[![Build Status](https://travis-ci.org/electron/electron-api-demos.svg?branch=master)](https://travis-ci.org/electron/electron-api-demos)
4+
[![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com)
5+
36
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.
47

58
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.

0 commit comments

Comments
 (0)