1version: ~> 1.0
2language: node_js
3os:
4 - linux
5import:
6 - ljharb/travis-ci:node/all.yml
7 - ljharb/travis-ci:node/pretest.yml
8 - ljharb/travis-ci:node/posttest.yml
9 - ljharb/travis-ci:node/coverage.yml
10matrix:
11  allow_failures:
12    - env: COVERAGE=true
13