We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab3ee2 + 9b1c6aa commit dbd0dffCopy full SHA for dbd0dff
.travis.yml
@@ -1,6 +1,10 @@
1
language: node_js
2
3
jobs:
4
+ fast_finish: true
5
+ allow_failures:
6
+ - stage: security scan 🔐
7
+
8
include:
9
- stage: unit tests 👩🏽💻
10
script: npm run test:unit
@@ -13,10 +17,6 @@ jobs:
13
17
- node_js: lts/*
14
18
- node_js: node
15
19
16
- - stage: security scan 🔐
- script: npm run test:redos
-
20
- stage: lint ✨
21
script: npm run test:lint
22
node_js: lts/*
@@ -35,6 +35,10 @@ jobs:
35
36
if: branch = master AND type = push
37
38
39
+ script: npm run test:redos
40
+ node_js: lts/*
41
42
cache:
43
directories:
44
- node_modules
0 commit comments