Skip to content

Commit f840697

Browse files
author
hirsch88
committed
Fix ci configurations
1 parent 9599d82 commit f840697

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
install:
55
- yarn install
66
scripts:
7-
- npm test
8-
- npm run build
7+
- nps test
8+
- nps build
99
notifications:
1010
email: false

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- yarn install
77

88
build_script:
9-
- npm run build
9+
- nps build
1010

1111
test_script:
12-
- npm test
12+
- nps test

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.0.0-beta.5",
44
"description": "A delightful way to building a RESTful API with NodeJs & TypeScript",
55
"main": "src/app.ts",
6+
"engines": {
7+
"node": "7.7.3"
8+
},
69
"scripts": {
710
"start": "node dist/app.js",
811
"test": "nps test",

0 commit comments

Comments
 (0)