diff --git a/.travis.yml b/.travis.yml index 43c3f25a..5ebeaffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,6 @@ node_js: - '10' - '12' install: yarn +matrix: + allow_failures: + - node_js: '12'