tests: Removed allowed failure configuration for node 10 (#802)

This commit is contained in:
Luke Browne
2019-01-03 17:54:26 +00:00
committed by Jason Etcovitch
parent 444fcac73d
commit 6620ba18da

View File

@@ -4,14 +4,7 @@ language: node_js
node_js:
- "8"
env:
matrix:
include:
- node_js: "10"
allow_failures:
- node_js: "10"
- "10"
notifications:
disabled: true