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:
27
27
- ' if [ -n "${POSTTEST-}" ]; then npm run posttest ; fi'
28
28
- ' if [ -n "${COVERAGE-}" ]; then npm run coverage ; fi'
29
29
- ' if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
30
- - ' if [ -n "${BIGINT-}" ]; then npm run test:bigint ; fi'
31
30
sudo : false
32
31
env :
33
32
- TEST=true
34
33
matrix :
35
34
fast_finish : true
36
35
include :
37
- - node_js : " 10.0"
38
- env : BIGINT=true
39
36
- node_js : " lts/*"
40
37
env : PRETEST=true
41
38
- node_js : " node"
Original file line number Diff line number Diff line change 14
14
"pretest" : " npm run lint" ,
15
15
"lint" : " eslint ." ,
16
16
"test" : " npm run tests-only" ,
17
- "posttest" : " npm run test:bigint" ,
18
17
"pretests-only" : " node test-core-js" ,
19
18
"tests-only" : " tape test/*.js" ,
20
- "test:bigint" : " node --harmony-bigint test/bigint" ,
21
19
"coverage" : " nyc npm run tests-only"
22
20
},
23
21
"testling" : {
You can’t perform that action at this time.
0 commit comments