Add TravisCI

This commit is contained in:
Maxime GRIS
2017-04-07 10:25:34 +02:00
parent 3bb45b39b4
commit ef4b80ed70
2 changed files with 12 additions and 0 deletions

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: node_js
node_js:
- "node"
- "7"
- "6"
- "5"
- "4"
install:
- npm install
script:
- npm run build

View File

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