Skip to content

Commit 5c4d360

Browse files
authored
Merge pull request #240 from consideRatio/ci-travis-cronjob
CI: fix .travis.yml syntax for cronjob
2 parents e48a953 + ec8542f commit 5c4d360

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)