diff --git a/.travis.yml b/.travis.yml index eb0b7357..14ac1532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js -node_js: - - stable +node_js: "4" before_script: - export DISPLAY=:99.0 @@ -10,6 +9,7 @@ before_script: script: - npm test + - npm run pack-linux branches: only: diff --git a/README.md b/README.md index 065596d9..11413a70 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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.