Skip to content

Commit

Permalink
remove nodejs 8 from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Apr 14, 2020
1 parent 59e0095 commit 9e6f4dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ os:
- windows
language: node_js
node_js:
- '8'
- '10'
- '12'
- 'node'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 'test-{build}'
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '12'
platform:
Expand Down

0 comments on commit 9e6f4dc

Please sign in to comment.