Skip to content

Commit

Permalink
Add TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Apr 7, 2017
1 parent 3bb45b3 commit ef4b80e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "node"
- "7"
- "6"
- "5"
- "4"
install:
- npm install
script:
- npm run build
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

# Introduction
Expand Down

0 comments on commit ef4b80e

Please sign in to comment.