Skip to content

Commit

Permalink
Merge pull request #240 from consideRatio/ci-travis-cronjob
Browse files Browse the repository at this point in the history
CI: fix .travis.yml syntax for cronjob
  • Loading branch information
consideRatio authored May 29, 2020
2 parents e48a953 + ec8542f commit 5c4d360
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# .travis.yml development advice: check your changes at
# https://config.travis-ci.com/explore
os: linux
dist: bionic
language: node_js
branches:
except:
Expand All @@ -24,8 +28,8 @@ after_success:
- npm install -g codecov
- npm run codecov

include:
jobs:
jobs:
include:
- name: deps:npm-audit
stage: cron
install:
Expand Down

0 comments on commit 5c4d360

Please sign in to comment.