1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/deep-equal/.travis.yml
2020-03-03 22:30:50 +02:00

20 lines
422 B
YAML

version: ~> 1.0
language: node_js
os:
- linux
import:
- ljharb/travis-ci:node/all.yml
- ljharb/travis-ci:node/pretest.yml
- ljharb/travis-ci:node/posttest.yml
- ljharb/travis-ci:node/coverage.yml
matrix:
include:
- node_js: "13"
env: ASSERT=true TEST=true
- node_js: "12"
env: ASSERT=true TEST=true
allow_failures:
- env: COVERAGE=true
- node_js: "10"
env: ASSERT=true TEST=true