File: .travis.yml

package info (click to toggle)
node-webpack-merge 5.8.0%2B~2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 688 kB
  • sloc: javascript: 245; makefile: 9; sh: 1
file content (12 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
arch:
  - amd64
  - ppc64le
node_js:
  - "10"
  - "12"
script:
  - npm run build
  - npm run test
after_success:
  - bash <(curl -s https://codecov.io/bash)