File: .travis.yml

package info (click to toggle)
node-cosmiconfig 7.1.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 376 kB
  • sloc: makefile: 6
file content (18 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: node_js
git:
  depth: 5
cache: yarn
branches:
  only:
    - main
    - v7
matrix:
  include:
    - node_js: '10'
      after_success: 'bash <(curl -s https://codecov.io/bash)'
    - node_js: '12'
    - node_js: '14'
install:
  - yarn install --frozen-lockfile
script:
  - yarn run check:all