Skip to content

Commit 9b1c6aa

Browse files
committed
move security scan to the end
1 parent b151864 commit 9b1c6aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
- node_js: lts/*
1818
- node_js: node
1919

20-
- stage: security scan 🔐
21-
script: npm run test:redos
22-
node_js: lts/*
23-
2420
- stage: lint ✨
2521
script: npm run test:lint
2622
node_js: lts/*
@@ -39,6 +35,10 @@ jobs:
3935
node_js: lts/*
4036
if: branch = master AND type = push
4137

38+
- stage: security scan 🔐
39+
script: npm run test:redos
40+
node_js: lts/*
41+
4242
cache:
4343
directories:
4444
- node_modules

0 commit comments

Comments
 (0)