forked from external-repos/pa11y-dashboard
Updates Node.js min version to 8 and removes npm as dependency (#228)
* Update Node.js min version to 8 and remove npm as dependency * Test against Node.js 8 and 10 at Travis * Add Node.js v12 in Travis
This commit is contained in:

committed by
Joey Ciechanowicz

parent
c1dcbf4436
commit
1609c8d667
@@ -3,9 +3,9 @@
|
||||
language: node_js
|
||||
matrix:
|
||||
include:
|
||||
- node_js: '4'
|
||||
- node_js: '5'
|
||||
- node_js: '6'
|
||||
- node_js: '8'
|
||||
- node_js: '10'
|
||||
- node_js: '12'
|
||||
|
||||
# Build only master (and pull-requests)
|
||||
branches:
|
||||
|
Reference in New Issue
Block a user