Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js

jobs:
fast_finish: true
allow_failures:
- stage: security scan 🔐

include:
- stage: unit tests 👩🏽‍💻
script: npm run test:unit
Expand All @@ -13,10 +17,6 @@ jobs:
- node_js: lts/*
- node_js: node

- stage: security scan 🔐
script: npm run test:redos
node_js: lts/*

- stage: lint ✨
script: npm run test:lint
node_js: lts/*
Expand All @@ -35,6 +35,10 @@ jobs:
node_js: lts/*
if: branch = master AND type = push

- stage: security scan 🔐
script: npm run test:redos
node_js: lts/*

cache:
directories:
- node_modules