Skip to content

Commit 063af31

Browse files
committed
[Tests] bigint tests now can run on unflagged node
1 parent 1bff32a commit 063af31

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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'
3130
sudo: false
3231
env:
3332
- TEST=true
3433
matrix:
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"

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
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": {

0 commit comments

Comments
 (0)