Skip to content

Commit ef4b80e

Browse files
committed
Add TravisCI
1 parent 3bb45b3 commit ef4b80e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
- "7"
5+
- "6"
6+
- "5"
7+
- "4"
8+
install:
9+
- npm install
10+
script:
11+
- npm run build

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.org/maximegris/angular-electron.svg?branch=master)](https://travis-ci.org/maximegris/angular-electron)
12
[![Angular Logo](./logo-angular.jpg)](https://angular.io/) [![Electron Logo](./logo-electron.jpg)](https://electron.atom.io/)
23

34
# Introduction

0 commit comments

Comments
 (0)