Skip to content

Commit

Permalink
👷 disable ci for node4 temporarily
Browse files Browse the repository at this point in the history
... to circumvent a problemn with chai 4 and chai-json-schema - see chaijs/chai-json-schema#47 for more info
  • Loading branch information
sverweij committed Jun 24, 2017
1 parent 8474981 commit d44eec4
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@ test_async_node_6:
except:
- tags

test_async_node_4:
image: node:4
cache:
paths:
- node_modules/
script:
- npm install
- npm run lint
- npm run nsp
- npm run cover
except:
- tags
# chai-json-schema barfs on node 4 -> I've proposed a patch, but befor that is accepted - don't run & install there ...
# test_async_node_4:
# image: node:4
# cache:
# paths:
# - node_modules/
# script:
# - npm install
# - npm run lint
# - npm run nsp
# - npm run cover
# except:
# - tags

# publish:
# image: node:latest
Expand Down

0 comments on commit d44eec4

Please sign in to comment.