remove allow_failures flag from node 7.x

This commit is contained in:
Nick O'Leary
2017-04-10 15:50:38 +01:00
parent 62b29ecb65
commit 31502c2ebc

View File

@@ -9,9 +9,6 @@ addons:
packages: packages:
- g++-4.8 - g++-4.8
- gcc-4.8 - gcc-4.8
matrix:
allow_failures:
- node_js: "7"
node_js: node_js:
- "7" - "7"
- "6" - "6"