Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 125afec

Browse files
committed
fix(travis): Add travis config file
1 parent 0a359c0 commit 125afec

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "7"
4+
- "6"
5+
before_install:
6+
- npm install -g npm@5.3.0

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"name": "endy",
3131
"email": "admin@site15.ru"
3232
},
33+
"engines": {
34+
"node": ">=6",
35+
"npm": ">=5.3.0"
36+
},
3337
"main": "dist/bin/app.js",
3438
"typings": "dist/bin/app.d.ts",
3539
"bin": {

0 commit comments

Comments
 (0)