Skip to content

Commit

Permalink
Merge d5bb2d3 into f784e94
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 3, 2017
2 parents f784e94 + d5bb2d3 commit fc683aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
install:
# Latest version of Node
- ps: Install-Product node ''
- ps: Install-Product node '6'
- npm config set spin false
- npm install
test_script:
Expand All @@ -11,4 +10,4 @@ test_script:
matrix:
fast_finish: true

build: off
build: off
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "8"
- "6"

after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^2.3.0"
},
"engines": {
"node": ">=7.0.0"
"node": ">=6.0.0"
},
"jest": {
"transform": {
Expand Down

0 comments on commit fc683aa

Please sign in to comment.