Skip to content

Commit 875a432

Browse files
author
hirsch88
committed
Update CI options
1 parent 4555a16 commit 875a432

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
3-
- "7.7.3"
3+
- "8.2.1"
44
install:
55
- yarn install
66
scripts:
7-
- nps test
8-
- nps build
7+
- npm test
8+
- npm start build
99
notifications:
1010
email: false

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
environment:
2-
nodejs_version: "7"
2+
nodejs_version: "8"
33

44
install:
55
- ps: Install-Product node $env:nodejs_version
66
- yarn install
77

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

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

0 commit comments

Comments
 (0)