Skip to content

Commit

Permalink
Tests need node 8 because of fetch-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 27, 2018
1 parent c94c8e7 commit 3a6c5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
platform:
- x64
environment:
nodejs_version: "6"
nodejs_version: "8"
matrix:
- node_installer: yarn
cache:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '6'
- '8'
os:
- linux
- osx
Expand Down

0 comments on commit 3a6c5de

Please sign in to comment.