Browse Source

ci: allow failure for broken Jest/Node.js version combo

Renée Kooi 5 years ago
parent
commit
fc283547b3
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -58,6 +58,13 @@ matrix:
       if: branch = master AND type = push
       addons:
         apt: *APT
+
+jobs:
+  allow_failures:
+    # Remove when Jest and/or Node.js are fixed
+    - node_js: 'stable'
+      env: UNIT=true
+
 before_install:
 - nvm install-latest-npm
 install: