This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/promise.allsettled/.travis.yml
2020-11-01 22:46:04 +00:00

21 lines
518 B
YAML

version: ~> 1.0
language: node_js
os:
- linux
import:
- ljharb/travis-ci:node/minors/gte_4.yml
- ljharb/travis-ci:node/pretest.yml
- ljharb/travis-ci:node/posttest.yml
script:
- 'if [ -n "${ES5-}" ]; then npm run tests:es5 ; fi'
- 'if [ -n "${NATIVE-}" ]; then npm run test:native ; fi'
matrix:
include:
- node_js: "0.10"
env: ES5=true
- node_js: "12"
env: NATIVE=true ALLOW_FAILURE=true
allow_failures:
- env: TEST=true ALLOW_FAILURE=true
- env: NATIVE=true ALLOW_FAILURE=true