Skip to content

Commit ec8542f

Browse files
committed
CI: fix .travis.yml syntax for cronjob
1 parent 8d95c95 commit ec8542f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# .travis.yml development advice: check your changes at
2+
# https://config.travis-ci.com/explore
3+
os: linux
4+
dist: bionic
15
language: node_js
26
branches:
37
except:
@@ -24,8 +28,8 @@ after_success:
2428
- npm install -g codecov
2529
- npm run codecov
2630

27-
include:
28-
jobs:
31+
jobs:
32+
include:
2933
- name: deps:npm-audit
3034
stage: cron
3135
install:

0 commit comments

Comments
 (0)