File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,12 @@ script:
2727 - ' if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
2828 - ' if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
2929 - ' if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
30- - ' if [ -n "${BIGINT-}" ]; then npm run test:bigint ; fi'
3130sudo : false
3231env :
3332 - TEST=true
3433matrix :
3534 fast_finish : true
3635 include :
37- - node_js : " 10.0"
38- env : BIGINT=true
3936 - node_js : " lts/*"
4037 env : PRETEST=true
4138 - node_js : " node"
Original file line number Diff line number Diff line change 1414 "pretest" : " npm run lint" ,
1515 "lint" : " eslint ." ,
1616 "test" : " npm run tests-only" ,
17- "posttest" : " npm run test:bigint" ,
1817 "pretests-only" : " node test-core-js" ,
1918 "tests-only" : " tape test/*.js" ,
20- "test:bigint" : " node --harmony-bigint test/bigint" ,
2119 "coverage" : " nyc npm run tests-only"
2220 },
2321 "testling" : {
You can’t perform that action at this time.
0 commit comments