We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4555a16 commit 875a432Copy full SHA for 875a432
.travis.yml
@@ -1,10 +1,10 @@
1
language: node_js
2
node_js:
3
- - "7.7.3"
+ - "8.2.1"
4
install:
5
- yarn install
6
scripts:
7
- - nps test
8
- - nps build
+ - npm test
+ - npm start build
9
notifications:
10
email: false
appveyor.yml
@@ -1,12 +1,12 @@
environment:
- nodejs_version: "7"
+ nodejs_version: "8"
- ps: Install-Product node $env:nodejs_version
build_script:
11
test_script:
12
0 commit comments