Add TravisCI
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "node"
|
||||||
|
- "7"
|
||||||
|
- "6"
|
||||||
|
- "5"
|
||||||
|
- "4"
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
script:
|
||||||
|
- npm run build
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
[](https://travis-ci.org/maximegris/angular-electron)
|
||||||
[](https://angular.io/) [](https://electron.atom.io/)
|
[](https://angular.io/) [](https://electron.atom.io/)
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|||||||
Reference in New Issue
Block a user