Per node support policy, drop tests for Node 11 (#3665)

This commit is contained in:
Paul Melnikow
2019-07-07 16:59:27 -04:00
committed by GitHub
parent 9b3db0774b
commit 3bf97a6a12

View File

@@ -163,14 +163,6 @@ package_steps: &package_steps
NODE_VERSION: v10
name: Run package tests on Node 10
- run:
<<: *run_package_tests
environment:
mocha_reporter: mocha-junit-reporter
MOCHA_FILE: junit/gh-badges/v11/results.xml
NODE_VERSION: v11
name: Run package tests on Node 11
- run:
<<: *run_package_tests
environment: