Skip to content

Commit

Permalink
ci: allow failure for broken Jest/Node.js version combo
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 2, 2019
1 parent 93fcf87 commit fc28354
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc28354

Please sign in to comment.