diff --git a/.travis.yml b/.travis.yml index bf7358a..f6b2155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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